#7E960E

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

Shades of Citron #7E960E

Tints of Citron #7E960E

Color information

#7E960E (or 0x7E960E) is unknown color: approx Citron. HEX triplet: 7E, 96 and 0E. RGB value is (126,150,14). Sum of RGB (Red+Green+Blue) = 126+150+14=290 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.45% from 290); Green value is 150 (58.98% from 255 or 51.72% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 150 - color contains mainly: green. Hex color #7E960E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E960E is #8169F1. Grayscale: #7F7F7F. Windows color (decimal): -8481266 or 956030. OLE color: 956030.

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

Color convert

RGB12615014-
CMYK0.1600.910.41
HSL70.59º82.93%32.16%-
HSV(B)70.59º90.67%58.82%-
XYZ19.5926.284.46-
YUV127.3264.05127.06-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 43.45%
GREEN value IS 150 (58.98% from 255) = 51.72%
BLUE value IS 14 (5.86% from 255) = 4.83%
R=43.45%
G=51.72%
B=4.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal126150140.1600.910.4170.5982.9332.16
Hex7E96E1005B29475320
Octal176226162001335110712340
Binary1111110100101101110100000101101110100110001111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E960E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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