#086025

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

Shades of Crusoe #086025

Tints of Crusoe #086025

Color information

#086025 (or 0x086025) is unknown color: approx Crusoe. HEX triplet: 08, 60 and 25. RGB value is (8,96,37). Sum of RGB (Red+Green+Blue) = 8+96+37=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 96 (37.89% from 255 or 68.09% from 141); Blue value is 37 (14.84% from 255 or 26.24% from 141); Max value from RGB is 96 - color contains mainly: green. Hex color #086025 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086025 is #F79FDA. Grayscale: #3F3F3F. Windows color (decimal): -16228315 or 2449416. OLE color: 2449416.

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

Color convert

RGB89637-
CMYK0.9200.610.62
HSL139.77º84.62%20.39%-
HSV(B)139.77º91.67%37.65%-
XYZ4.628.553.16-
YUV62.96113.3588.8-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.67%
GREEN value IS 96 (37.89% from 255) = 68.09%
BLUE value IS 37 (14.84% from 255) = 26.24%
R=5.67%
G=68.09%
B=26.24%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal896370.9200.610.62139.7784.6220.39
Hex860255C03D3E8c5514
Octal10140451340757621412524
Binary100011000001001011011100011110111111010001100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086025; }

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

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

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

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

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

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

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

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