#086021

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

Shades of Crusoe #086021

Tints of Crusoe #086021

Color information

#086021 (or 0x086021) is unknown color: approx Crusoe. HEX triplet: 08, 60 and 21. RGB value is (8,96,33). Sum of RGB (Red+Green+Blue) = 8+96+33=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 96 (37.89% from 255 or 70.07% from 137); Blue value is 33 (13.28% from 255 or 24.09% from 137); Max value from RGB is 96 - color contains mainly: green. Hex color #086021 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086021 is #F79FDE. Grayscale: #3E3E3E. Windows color (decimal): -16228319 or 2187272. OLE color: 2187272.

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

Color convert

RGB89633-
CMYK0.9200.660.62
HSL137.05º84.62%20.39%-
HSV(B)137.05º91.67%37.65%-
XYZ4.568.532.84-
YUV62.51111.3589.12-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.84%
GREEN value IS 96 (37.89% from 255) = 70.07%
BLUE value IS 33 (13.28% from 255) = 24.09%
R=5.84%
G=70.07%
B=24.09%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal896330.9200.660.62137.0584.6220.39
Hex860215C0423E895514
Octal101404113401027621112524
Binary1000110000010000110111000100001011111010001001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086021; }

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

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

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

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

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

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

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

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