Html Css Color HEX #7DA140 Sushi

📋 copy color: '#7DA140'

red 125 ◦ green 161 ◦ blue 64

#7DA140
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sushi #7DA140

Tints of Sushi #7DA140

RGB

 RED value IS 125 (49.22% from 255) = 35.71%

 GREEN value IS 161 (63.28% from 255) = 46%

 BLUE value IS 64 (25.39% from 255) = 18.29%

R = 35.71%
G = 46%
B = 18.29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.60

 K value IS 0.37

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7DA140 (or 0x7DA140) is known color: Sushi. HEX triplet: 7D, A1 and 40. RGB value is (125,161,64). Sum of RGB (Red+Green+Blue) = 125+161+64=350 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.71% from 350); Green value is 161 (63.28% from 255 or 46% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 161 - color contains mainly: green. Hex color #7DA140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA140 is #825EBF. Grayscale: #8B8B8B. Windows color (decimal): -8543936 or 4235645. OLE color: 4235645.

HSL color Cylindrical-coordinate representation of color #7DA140: hue angle of 82.27º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7DA140 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB 125 161 64 -
CMYK 0.22 0 0.60 0.37
HSL 82.27º 0.43% 0.44% -
HSV(B) 82.27º 0.6% 0.63% -
XYZ 22.13 30.22 9.52 -
YUV 139.18 85.57 117.89 -
System Red Green Blue C M Y K H S L
Decimal 125 161 64 0.22 0 0.60 0.37 82.27 0.43 0.44
Hex 7D A1 40 16 0 3C 25 52 2B 2C
Octal 175 241 100 26 0 74 45 122 53 54
Binary 1111101 10100001 1000000 10110 0 111100 100101 1010010 101011 101100

Color Harmonies of #7DA140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA140

Black with #7DA140

Text Example


Text Example

White with #7DA140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7DA140; }

 p { color: rgb(125,161,64); }

 H1.HeaderClassName
 {
   color: #7DA140;
 }
 .AnyTagClassName
 {
   color: #7DA140;
 }
</style>

background-color css

<style>
 a { background-color: #7DA140; }

 a { background-color: rgb(125,161,64); }

 div.DivClassName
 {
   background-color: #7DA140;
 }
 .BgClassName
 {
   background-color: #7DA140;
 }
</style>

border-color css

<style>
 span { border-color: #7DA140; }

 span { border-color: rgb(125,161,64); }

 td.TdClassName
 {
   border-color: #7DA140;
 }
 .TagClassName
 {
   border-color: #7DA140;
 }
</style>