#08601A

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

Shades of Crusoe #08601A

Tints of Crusoe #08601A

Color information

#08601A (or 0x08601A) is unknown color: approx Crusoe. HEX triplet: 08, 60 and 1A. RGB value is (8,96,26). Sum of RGB (Red+Green+Blue) = 8+96+26=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 96 (37.89% from 255 or 73.85% from 130); Blue value is 26 (10.55% from 255 or 20% from 130); Max value from RGB is 96 - color contains mainly: green. Hex color #08601A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08601A is #F79FE5. Grayscale: #3D3D3D. Windows color (decimal): -16228326 or 1728520. OLE color: 1728520.

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

Color convert

RGB89626-
CMYK0.9200.730.62
HSL132.27º84.62%20.39%-
HSV(B)132.27º91.67%37.65%-
XYZ4.478.492.38-
YUV61.71107.8589.69-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.15%
GREEN value IS 96 (37.89% from 255) = 73.85%
BLUE value IS 26 (10.55% from 255) = 20%
R=6.15%
G=73.85%
B=20%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal896260.9200.730.62132.2784.6220.39
Hex8601A5C0493E845514
Octal101403213401117620412524
Binary100011000001101010111000100100111111010000100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08601A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08601A; }

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

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

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

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

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

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

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

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