#0E6016

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

Shades of Crusoe #0E6016

Tints of Crusoe #0E6016

Color information

#0E6016 (or 0x0E6016) is unknown color: approx Crusoe. HEX triplet: 0E, 60 and 16. RGB value is (14,96,22). Sum of RGB (Red+Green+Blue) = 14+96+22=132 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.61% from 132); Green value is 96 (37.89% from 255 or 72.73% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 96 - color contains mainly: green. Hex color #0E6016 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6016 is #F19FE9. Grayscale: #3F3F3F. Windows color (decimal): -15835114 or 1466382. OLE color: 1466382.

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

Color convert

RGB149622-
CMYK0.8500.770.62
HSL125.85º74.55%21.57%-
HSV(B)125.85º85.42%37.65%-
XYZ4.518.522.17-
YUV63.05104.8393.02-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.61%
GREEN value IS 96 (37.89% from 255) = 72.73%
BLUE value IS 22 (8.98% from 255) = 16.67%
R=10.61%
G=72.73%
B=16.67%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1496220.8500.770.62125.8574.5521.57
HexE60165504D3E7e4b16
Octal161402612501157617611326
Binary11101100000101101010101010011011111101111110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,96,22); }

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

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

 a { background-color: rgb(14,96,22); }

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

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

 span { border-color: rgb(14,96,22); }

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