#0E7B09

Color #0E7B09 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #0E7B09

Tints of Green #0E7B09

Color information

#0E7B09 (or 0x0E7B09) is unknown color: approx Green. HEX triplet: 0E, 7B and 09. RGB value is (14,123,9). Sum of RGB (Red+Green+Blue) = 14+123+9=146 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.59% from 146); Green value is 123 (48.44% from 255 or 84.25% from 146); Blue value is 9 (3.91% from 255 or 6.16% from 146); Max value from RGB is 123 - color contains mainly: green. Hex color #0E7B09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7B09 is #F184F6. Grayscale: #4D4D4D. Windows color (decimal): -15828215 or 621326. OLE color: 621326.

HSL color Cylindrical-coordinate representation of color #0E7B09: hue angle of 117.37º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E7B09 is Cyan = 0.89, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.52.

Color convert

RGB141239-
CMYK0.8900.930.52
HSL117.37º86.36%25.88%-
HSV(B)117.37º92.68%48.24%-
XYZ7.3114.282.63-
YUV77.4189.3982.77-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.59%
GREEN value IS 123 (48.44% from 255) = 84.25%
BLUE value IS 9 (3.91% from 255) = 6.16%
R=9.59%
G=84.25%
B=6.16%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1412390.8900.930.52117.3786.3625.88
HexE7B95905D3475561a
Octal161731113101356416512632
Binary1110111101110011011001010111011101001110101101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E7B09; }

 p { color: rgb(14,123,9); }

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

<style>
 a { background-color: #0E7B09; }

 a { background-color: rgb(14,123,9); }

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

<style>
 span { border-color: #0E7B09; }

 span { border-color: rgb(14,123,9); }

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