#7E9916

Color #7E9916 Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #7E9916

Tints of Citron #7E9916

Color information

#7E9916 (or 0x7E9916) is unknown color: approx Citron. HEX triplet: 7E, 99 and 16. RGB value is (126,153,22). Sum of RGB (Red+Green+Blue) = 126+153+22=301 (39% of max value = 765). Red value is 126 (49.61% from 255 or 41.86% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #7E9916 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E9916 is #8166E9. Grayscale: #828282. Windows color (decimal): -8480490 or 1481086. OLE color: 1481086.

HSL color Cylindrical-coordinate representation of color #7E9916: hue angle of 72.37º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7E9916 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB12615322-
CMYK0.1800.860.4
HSL72.37º74.86%34.31%-
HSV(B)72.37º85.62%60%-
XYZ20.1427.284.96-
YUV129.9967.05125.15-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.86%
GREEN value IS 153 (60.16% from 255) = 50.83%
BLUE value IS 22 (8.98% from 255) = 7.31%
R=41.86%
G=50.83%
B=7.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal126153220.1800.860.472.3774.8634.31
Hex7E99161205628484b22
Octal176231262201265011011342
Binary11111101001100110110100100101011010100010010001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7E9916;
 }
 .AnyTagClassName
 {
   color: #7E9916;
 }
</style>
background-color css

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

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

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

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

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

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