#08601B

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

Shades of Crusoe #08601B

Tints of Crusoe #08601B

Color information

#08601B (or 0x08601B) is unknown color: approx Crusoe. HEX triplet: 08, 60 and 1B. RGB value is (8,96,27). Sum of RGB (Red+Green+Blue) = 8+96+27=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 96 (37.89% from 255 or 73.28% from 131); Blue value is 27 (10.94% from 255 or 20.61% from 131); Max value from RGB is 96 - color contains mainly: green. Hex color #08601B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08601B is #F79FE4. Grayscale: #3E3E3E. Windows color (decimal): -16228325 or 1794056. OLE color: 1794056.

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

Color convert

RGB89627-
CMYK0.9200.720.62
HSL132.95º84.62%20.39%-
HSV(B)132.95º91.67%37.65%-
XYZ4.488.52.44-
YUV61.82108.3589.61-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.11%
GREEN value IS 96 (37.89% from 255) = 73.28%
BLUE value IS 27 (10.94% from 255) = 20.61%
R=6.11%
G=73.28%
B=20.61%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal896270.9200.720.62132.9584.6220.39
Hex8601B5C0483E855514
Octal101403313401107620512524
Binary100011000001101110111000100100011111010000101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08601B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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