#086F21

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

Shades of Crusoe #086F21

Tints of Crusoe #086F21

Color information

#086F21 (or 0x086F21) is unknown color: approx Crusoe. HEX triplet: 08, 6F and 21. RGB value is (8,111,33). Sum of RGB (Red+Green+Blue) = 8+111+33=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 111 (43.75% from 255 or 73.03% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 111 - color contains mainly: green. Hex color #086F21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086F21 is #F790DE. Grayscale: #474747. Windows color (decimal): -16224479 or 2191112. OLE color: 2191112.

HSL color Cylindrical-coordinate representation of color #086F21: hue angle of 134.56º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086F21 is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB811133-
CMYK0.9300.700.56
HSL134.56º86.55%23.33%-
HSV(B)134.56º92.79%43.53%-
XYZ6.0611.533.35-
YUV71.31106.3882.84-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.26%
GREEN value IS 111 (43.75% from 255) = 73.03%
BLUE value IS 33 (13.28% from 255) = 21.71%
R=5.26%
G=73.03%
B=21.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8111330.9300.700.56134.5686.5523.33
Hex86F215D04638875717
Octal101574113501067020712727
Binary1000110111110000110111010100011011100010000111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086F21; }

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

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

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

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

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

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

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

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