#086218

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

Shades of Crusoe #086218

Tints of Crusoe #086218

Color information

#086218 (or 0x086218) is unknown color: approx Crusoe. HEX triplet: 08, 62 and 18. RGB value is (8,98,24). Sum of RGB (Red+Green+Blue) = 8+98+24=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 98 (38.67% from 255 or 75.38% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 98 - color contains mainly: green. Hex color #086218 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086218 is #F79DE7. Grayscale: #3E3E3E. Windows color (decimal): -16227816 or 1597960. OLE color: 1597960.

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

Color convert

RGB89824-
CMYK0.9200.760.62
HSL130.67º84.91%20.78%-
HSV(B)130.67º91.84%38.43%-
XYZ4.638.852.33-
YUV62.65106.1889.02-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.15%
GREEN value IS 98 (38.67% from 255) = 75.38%
BLUE value IS 24 (9.77% from 255) = 18.46%
R=6.15%
G=75.38%
B=18.46%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal898240.9200.760.62130.6784.9120.78
Hex862185C04C3E835515
Octal101423013401147620312525
Binary100011000101100010111000100110011111010000011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086218; }

 p { color: rgb(8,98,24); }

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

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

 a { background-color: rgb(8,98,24); }

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

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

 span { border-color: rgb(8,98,24); }

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