#7E9310

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

Shades of Citron #7E9310

Tints of Citron #7E9310

Color information

#7E9310 (or 0x7E9310) is unknown color: approx Citron. HEX triplet: 7E, 93 and 10. RGB value is (126,147,16). Sum of RGB (Red+Green+Blue) = 126+147+16=289 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.60% from 289); Green value is 147 (57.81% from 255 or 50.87% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 147 - color contains mainly: green. Hex color #7E9310 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E9310 is #816CEF. Grayscale: #7E7E7E. Windows color (decimal): -8482032 or 1086334. OLE color: 1086334.

HSL color Cylindrical-coordinate representation of color #7E9310: hue angle of 69.62º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7E9310 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB12614716-
CMYK0.1400.890.42
HSL69.62º80.37%31.96%-
HSV(B)69.62º89.12%57.65%-
XYZ19.1325.344.37-
YUV125.7966.04128.15-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 43.60%
GREEN value IS 147 (57.81% from 255) = 50.87%
BLUE value IS 16 (6.64% from 255) = 5.54%
R=43.60%
G=50.87%
B=5.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal126147160.1400.890.4269.6280.3731.96
Hex7E9310E0592A465020
Octal176223201601315210612040
Binary1111110100100111000011100101100110101010001101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,147,16); }

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

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

 a { background-color: rgb(126,147,16); }

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

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

 span { border-color: rgb(126,147,16); }

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