#086219

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

Shades of Crusoe #086219

Tints of Crusoe #086219

Color information

#086219 (or 0x086219) is unknown color: approx Crusoe. HEX triplet: 08, 62 and 19. RGB value is (8,98,25). Sum of RGB (Red+Green+Blue) = 8+98+25=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 98 (38.67% from 255 or 74.81% from 131); Blue value is 25 (10.16% from 255 or 19.08% from 131); Max value from RGB is 98 - color contains mainly: green. Hex color #086219 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086219 is #F79DE6. Grayscale: #3E3E3E. Windows color (decimal): -16227815 or 1663496. OLE color: 1663496.

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

Color convert

RGB89825-
CMYK0.9200.740.62
HSL131.33º84.91%20.78%-
HSV(B)131.33º91.84%38.43%-
XYZ4.648.862.38-
YUV62.77106.6888.94-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.11%
GREEN value IS 98 (38.67% from 255) = 74.81%
BLUE value IS 25 (10.16% from 255) = 19.08%
R=6.11%
G=74.81%
B=19.08%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal898250.9200.740.62131.3384.9120.78
Hex862195C04A3E835515
Octal101423113401127620312525
Binary100011000101100110111000100101011111010000011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086219; }

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

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

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

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

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

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

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

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