#0E6118

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

Shades of Crusoe #0E6118

Tints of Crusoe #0E6118

Color information

#0E6118 (or 0x0E6118) is unknown color: approx Crusoe. HEX triplet: 0E, 61 and 18. RGB value is (14,97,24). Sum of RGB (Red+Green+Blue) = 14+97+24=135 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.37% from 135); Green value is 97 (38.28% from 255 or 71.85% from 135); Blue value is 24 (9.77% from 255 or 17.78% from 135); Max value from RGB is 97 - color contains mainly: green. Hex color #0E6118 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6118 is #F19EE7. Grayscale: #404040. Windows color (decimal): -15834856 or 1597710. OLE color: 1597710.

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

Color convert

RGB149724-
CMYK0.8600.750.62
HSL127.23º74.77%21.76%-
HSV(B)127.23º85.57%38.04%-
XYZ4.628.712.3-
YUV63.86105.592.44-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.37%
GREEN value IS 97 (38.28% from 255) = 71.85%
BLUE value IS 24 (9.77% from 255) = 17.78%
R=10.37%
G=71.85%
B=17.78%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1497240.8600.750.62127.2374.7721.76
HexE61185604B3E7f4b16
Octal161413012601137617711326
Binary11101100001110001010110010010111111101111111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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