#0e6112

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

Shades of Green #0E6112

Tints of Green #0E6112

Color information

#0E6112 (or 0x0E6112) is unknown color: approx Green. HEX triplet: 0E, 61 and 12. RGB value is (14,97,18). Sum of RGB (Red+Green+Blue) = 14+97+18=129 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.85% from 129); Green value is 97 (38.28% from 255 or 75.19% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 97 - color contains mainly: green. Hex color #0E6112 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6112 is #F19EED. Grayscale: #3F3F3F. Windows color (decimal): -15834862 or 1204494. OLE color: 1204494.

HSL color Cylindrical-coordinate representation of color #0E6112: hue angle of 122.89º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E6112 is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB149718-
CMYK0.8600.810.62
HSL122.89º74.77%21.76%-
HSV(B)122.89º85.57%38.04%-
XYZ4.568.692.01-
YUV63.18102.592.92-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.85%
GREEN value IS 97 (38.28% from 255) = 75.19%
BLUE value IS 18 (7.42% from 255) = 13.95%
R=10.85%
G=75.19%
B=13.95%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1497180.8600.810.62122.8974.7721.76
HexE6112560513E7b4b16
Octal161412212601217617311326
Binary11101100001100101010110010100011111101111011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0e6112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,97,18); }

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

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

 a { background-color: rgb(14,97,18); }

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

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

 span { border-color: rgb(14,97,18); }

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