#086217

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

Shades of Crusoe #086217

Tints of Crusoe #086217

Color information

#086217 (or 0x086217) is unknown color: approx Crusoe. HEX triplet: 08, 62 and 17. RGB value is (8,98,23). Sum of RGB (Red+Green+Blue) = 8+98+23=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 98 (38.67% from 255 or 75.97% from 129); Blue value is 23 (9.38% from 255 or 17.83% from 129); Max value from RGB is 98 - color contains mainly: green. Hex color #086217 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086217 is #F79DE8. Grayscale: #3E3E3E. Windows color (decimal): -16227817 or 1532424. OLE color: 1532424.

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

Color convert

RGB89823-
CMYK0.9200.770.62
HSL130º84.91%20.78%-
HSV(B)130º91.84%38.43%-
XYZ4.628.852.27-
YUV62.54105.6889.1-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.20%
GREEN value IS 98 (38.67% from 255) = 75.97%
BLUE value IS 23 (9.38% from 255) = 17.83%
R=6.20%
G=75.97%
B=17.83%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal898230.9200.770.6213084.9120.78
Hex862175C04D3E825515
Octal101422713401157620212525
Binary100011000101011110111000100110111111010000010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086217; }

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

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

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

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

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

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

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

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