#0E6111

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

Shades of Green #0E6111

Tints of Green #0E6111

Color information

#0E6111 (or 0x0E6111) is unknown color: approx Green. HEX triplet: 0E, 61 and 11. RGB value is (14,97,17). Sum of RGB (Red+Green+Blue) = 14+97+17=128 (16% of max value = 765). Red value is 14 (5.86% from 255 or 10.94% from 128); Green value is 97 (38.28% from 255 or 75.78% from 128); Blue value is 17 (7.03% from 255 or 13.28% from 128); Max value from RGB is 97 - color contains mainly: green. Hex color #0E6111 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6111 is #F19EEE. Grayscale: #3F3F3F. Windows color (decimal): -15834863 or 1138958. OLE color: 1138958.

HSL color Cylindrical-coordinate representation of color #0E6111: hue angle of 122.17º 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 #0E6111 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB149717-
CMYK0.8600.820.62
HSL122.17º74.77%21.76%-
HSV(B)122.17º85.57%38.04%-
XYZ4.568.681.97-
YUV63.0610293-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.94%
GREEN value IS 97 (38.28% from 255) = 75.78%
BLUE value IS 17 (7.03% from 255) = 13.28%
R=10.94%
G=75.78%
B=13.28%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1497170.8600.820.62122.1774.7721.76
HexE6111560523E7a4b16
Octal161412112601227617211326
Binary11101100001100011010110010100101111101111010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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