#086018

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

Shades of Crusoe #086018

Tints of Crusoe #086018

Color information

#086018 (or 0x086018) is unknown color: approx Crusoe. HEX triplet: 08, 60 and 18. RGB value is (8,96,24). Sum of RGB (Red+Green+Blue) = 8+96+24=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 96 (37.89% from 255 or 75% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 96 - color contains mainly: green. Hex color #086018 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086018 is #F79FE7. Grayscale: #3D3D3D. Windows color (decimal): -16228328 or 1597448. OLE color: 1597448.

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

Color convert

RGB89624-
CMYK0.9200.750.62
HSL130.91º84.62%20.39%-
HSV(B)130.91º91.67%37.65%-
XYZ4.458.482.27-
YUV61.48106.8589.85-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.25%
GREEN value IS 96 (37.89% from 255) = 75%
BLUE value IS 24 (9.77% from 255) = 18.75%
R=6.25%
G=75%
B=18.75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal896240.9200.750.62130.9184.6220.39
Hex860185C04B3E835514
Octal101403013401137620312524
Binary100011000001100010111000100101111111010000011101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086018; }

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

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

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

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

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

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

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

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