#0E6F08

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

Shades of Green #0E6F08

Tints of Green #0E6F08

Color information

#0E6F08 (or 0x0E6F08) is unknown color: approx Green. HEX triplet: 0E, 6F and 08. RGB value is (14,111,8). Sum of RGB (Red+Green+Blue) = 14+111+8=133 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.53% from 133); Green value is 111 (43.75% from 255 or 83.46% from 133); Blue value is 8 (3.52% from 255 or 6.02% from 133); Max value from RGB is 111 - color contains mainly: green. Hex color #0E6F08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6F08 is #F190F7. Grayscale: #464646. Windows color (decimal): -15831288 or 552718. OLE color: 552718.

HSL color Cylindrical-coordinate representation of color #0E6F08: hue angle of 116.5º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E6F08 is Cyan = 0.87, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB141118-
CMYK0.8700.930.56
HSL116.5º86.55%23.33%-
HSV(B)116.5º92.79%43.53%-
XYZ5.9111.482.13-
YUV70.2692.8687.88-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.53%
GREEN value IS 111 (43.75% from 255) = 83.46%
BLUE value IS 8 (3.52% from 255) = 6.02%
R=10.53%
G=83.46%
B=6.02%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1411180.8700.930.56116.586.5523.33
HexE6F85705D38755717
Octal161571012701357016512727
Binary1110110111110001010111010111011110001110101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,111,8); }

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

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

 a { background-color: rgb(14,111,8); }

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

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

 span { border-color: rgb(14,111,8); }

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