Html Css Color HEX #7E9E16 Lima

📋 copy color: '#7E9E16'

red 126 ◦ green 158 ◦ blue 22

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

Shades of Lima #7E9E16

Tints of Lima #7E9E16

RGB

 RED value IS 126 (49.61% from 255) = 41.18%

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

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

R = 41.18%
G = 51.63%
B = 7.19%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#7E9E16 (or 0x7E9E16) is known color: Lima. HEX triplet: 7E, 9E and 16. RGB value is (126,158,22). Sum of RGB (Red+Green+Blue) = 126+158+22=306 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.18% from 306); Green value is 158 (62.11% from 255 or 51.63% from 306); Blue value is 22 (8.98% from 255 or 7.19% from 306); Max value from RGB is 158 - color contains mainly: green. Hex color #7E9E16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E9E16 is #8161E9. Grayscale: #858585. Windows color (decimal): -8479210 or 1482366. OLE color: 1482366.

HSL color Cylindrical-coordinate representation of color #7E9E16: hue angle of 74.12º 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 #7E9E16 is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB 126 158 22 -
CMYK 0.20 0 0.86 0.38
HSL 74.12º 0.76% 0.35% -
HSV(B) 74.12º 0.86% 0.62% -
XYZ 20.98 28.95 5.24 -
YUV 132.93 65.4 123.06 -
System Red Green Blue C M Y K H S L
Decimal 126 158 22 0.20 0 0.86 0.38 74.12 0.76 0.35
Hex 7E 9E 16 14 0 56 26 4A 4C 23
Octal 176 236 26 24 0 126 46 112 114 43
Binary 1111110 10011110 10110 10100 0 1010110 100110 1001010 1001100 100011

Color Harmonies of #7E9E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E9E16

Black with #7E9E16

Text Example


Text Example

White with #7E9E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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