#086624

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

Shades of Crusoe #086624

Tints of Crusoe #086624

Color information

#086624 (or 0x086624) is unknown color: approx Crusoe. HEX triplet: 08, 66 and 24. RGB value is (8,102,36). Sum of RGB (Red+Green+Blue) = 8+102+36=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 102 (40.23% from 255 or 69.86% from 146); Blue value is 36 (14.45% from 255 or 24.66% from 146); Max value from RGB is 102 - color contains mainly: green. Hex color #086624 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086624 is #F799DB. Grayscale: #424242. Windows color (decimal): -16226780 or 2385416. OLE color: 2385416.

HSL color Cylindrical-coordinate representation of color #086624: hue angle of 137.87º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086624 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.6.

Color convert

RGB810236-
CMYK0.9200.650.6
HSL137.87º85.45%21.57%-
HSV(B)137.87º92.16%40%-
XYZ5.179.683.27-
YUV66.37110.8686.37-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.48%
GREEN value IS 102 (40.23% from 255) = 69.86%
BLUE value IS 36 (14.45% from 255) = 24.66%
R=5.48%
G=69.86%
B=24.66%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal8102360.9200.650.6137.8785.4521.57
Hex866245C0413C8a5516
Octal101464413401017421212526
Binary1000110011010010010111000100000111110010001010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086624; }

 p { color: rgb(8,102,36); }

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

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

 a { background-color: rgb(8,102,36); }

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

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

 span { border-color: rgb(8,102,36); }

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