Html Css Color HEX #7D9F20 Lima

📋 copy color: '#7D9F20'

red 125 ◦ green 159 ◦ blue 32

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

Shades of Lima #7D9F20

Tints of Lima #7D9F20

RGB

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

 GREEN value IS 159 (62.5% from 255) = 50.32%

 BLUE value IS 32 (12.89% from 255) = 10.13%

R = 39.56%
G = 50.32%
B = 10.13%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#7D9F20 (or 0x7D9F20) is known color: Lima. HEX triplet: 7D, 9F and 20. RGB value is (125,159,32). Sum of RGB (Red+Green+Blue) = 125+159+32=316 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.56% from 316); Green value is 159 (62.5% from 255 or 50.32% from 316); Blue value is 32 (12.89% from 255 or 10.13% from 316); Max value from RGB is 159 - color contains mainly: green. Hex color #7D9F20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9F20 is #8260DF. Grayscale: #868686. Windows color (decimal): -8544480 or 2137981. OLE color: 2137981.

HSL color Cylindrical-coordinate representation of color #7D9F20: hue angle of 76.06º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7D9F20 is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB 125 159 32 -
CMYK 0.21 0 0.80 0.38
HSL 76.06º 0.66% 0.37% -
HSV(B) 76.06º 0.8% 0.62% -
XYZ 21.12 29.26 5.9 -
YUV 134.36 70.24 121.33 -
System Red Green Blue C M Y K H S L
Decimal 125 159 32 0.21 0 0.80 0.38 76.06 0.66 0.37
Hex 7D 9F 20 15 0 50 26 4C 42 25
Octal 175 237 40 25 0 120 46 114 102 45
Binary 1111101 10011111 100000 10101 0 1010000 100110 1001100 1000010 100101

Color Harmonies of #7D9F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9F20

Black with #7D9F20

Text Example


Text Example

White with #7D9F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,159,32); }

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

background-color css

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

 a { background-color: rgb(125,159,32); }

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

border-color css

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

 span { border-color: rgb(125,159,32); }

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