#086216

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

Shades of Crusoe #086216

Tints of Crusoe #086216

Color information

#086216 (or 0x086216) is unknown color: approx Crusoe. HEX triplet: 08, 62 and 16. RGB value is (8,98,22). Sum of RGB (Red+Green+Blue) = 8+98+22=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 98 (38.67% from 255 or 76.56% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 98 - color contains mainly: green. Hex color #086216 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086216 is #F79DE9. Grayscale: #3E3E3E. Windows color (decimal): -16227818 or 1466888. OLE color: 1466888.

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

Color convert

RGB89822-
CMYK0.9200.780.62
HSL129.33º84.91%20.78%-
HSV(B)129.33º91.84%38.43%-
XYZ4.618.842.22-
YUV62.43105.1889.18-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.25%
GREEN value IS 98 (38.67% from 255) = 76.56%
BLUE value IS 22 (8.98% from 255) = 17.19%
R=6.25%
G=76.56%
B=17.19%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal898220.9200.780.62129.3384.9120.78
Hex862165C04E3E815515
Octal101422613401167620112525
Binary100011000101011010111000100111011111010000001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086216; }

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

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

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

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

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

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

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

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