#7E960C

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

Shades of Citron #7E960C

Tints of Citron #7E960C

Color information

#7E960C (or 0x7E960C) is unknown color: approx Citron. HEX triplet: 7E, 96 and 0C. RGB value is (126,150,12). Sum of RGB (Red+Green+Blue) = 126+150+12=288 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.75% from 288); Green value is 150 (58.98% from 255 or 52.08% from 288); Blue value is 12 (5.08% from 255 or 4.17% from 288); Max value from RGB is 150 - color contains mainly: green. Hex color #7E960C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E960C is #8169F3. Grayscale: #7F7F7F. Windows color (decimal): -8481268 or 824958. OLE color: 824958.

HSL color Cylindrical-coordinate representation of color #7E960C: hue angle of 70.43º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7E960C is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB12615012-
CMYK0.1600.920.41
HSL70.43º85.19%31.76%-
HSV(B)70.43º92%58.82%-
XYZ19.5826.274.39-
YUV127.0963.05127.22-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 43.75%
GREEN value IS 150 (58.98% from 255) = 52.08%
BLUE value IS 12 (5.08% from 255) = 4.17%
R=43.75%
G=52.08%
B=4.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal126150120.1600.920.4170.4385.1931.76
Hex7E96C1005C29465520
Octal176226142001345110612540
Binary1111110100101101100100000101110010100110001101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E960C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,150,12); }

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

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

 a { background-color: rgb(126,150,12); }

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

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

 span { border-color: rgb(126,150,12); }

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