Html Css Color HEX #7D9E16 Lima

📋 copy color: '#7D9E16'

red 125 ◦ green 158 ◦ blue 22

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

Shades of Lima #7D9E16

Tints of Lima #7D9E16

RGB

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

 GREEN value IS 158 (62.11% from 255) = 51.8%

 BLUE value IS 22 (8.98% from 255) = 7.21%

R = 40.98%
G = 51.8%
B = 7.21%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#7D9E16 (or 0x7D9E16) is known color: Lima. HEX triplet: 7D, 9E and 16. RGB value is (125,158,22). Sum of RGB (Red+Green+Blue) = 125+158+22=305 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.98% from 305); Green value is 158 (62.11% from 255 or 51.80% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 158 - color contains mainly: green. Hex color #7D9E16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D9E16 is #8261E9. Grayscale: #858585. Windows color (decimal): -8544746 or 1482365. OLE color: 1482365.

HSL color Cylindrical-coordinate representation of color #7D9E16: hue angle of 74.56º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D9E16 is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB 125 158 22 -
CMYK 0.21 0 0.86 0.38
HSL 74.56º 0.76% 0.35% -
HSV(B) 74.56º 0.86% 0.62% -
XYZ 20.83 28.87 5.23 -
YUV 132.63 65.57 122.56 -
System Red Green Blue C M Y K H S L
Decimal 125 158 22 0.21 0 0.86 0.38 74.56 0.76 0.35
Hex 7D 9E 16 15 0 56 26 4B 4C 23
Octal 175 236 26 25 0 126 46 113 114 43
Binary 1111101 10011110 10110 10101 0 1010110 100110 1001011 1001100 100011

Color Harmonies of #7D9E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9E16

Black with #7D9E16

Text Example


Text Example

White with #7D9E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,158,22); }

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

background-color css

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

 a { background-color: rgb(125,158,22); }

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

border-color css

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

 span { border-color: rgb(125,158,22); }

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