#08681D

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

Shades of Crusoe #08681D

Tints of Crusoe #08681D

Color information

#08681D (or 0x08681D) is unknown color: approx Crusoe. HEX triplet: 08, 68 and 1D. RGB value is (8,104,29). Sum of RGB (Red+Green+Blue) = 8+104+29=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 104 (41.02% from 255 or 73.76% from 141); Blue value is 29 (11.72% from 255 or 20.57% from 141); Max value from RGB is 104 - color contains mainly: green. Hex color #08681D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08681D is #F797E2. Grayscale: #424242. Windows color (decimal): -16226275 or 1927176. OLE color: 1927176.

HSL color Cylindrical-coordinate representation of color #08681D: hue angle of 133.12º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08681D is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB810429-
CMYK0.9200.720.59
HSL133.12º85.71%21.96%-
HSV(B)133.12º92.31%40.78%-
XYZ5.2710.042.82-
YUV66.75106.786.1-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.67%
GREEN value IS 104 (41.02% from 255) = 73.76%
BLUE value IS 29 (11.72% from 255) = 20.57%
R=5.67%
G=73.76%
B=20.57%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8104290.9200.720.59133.1285.7121.96
Hex8681D5C0483B855616
Octal101503513401107320512626
Binary100011010001110110111000100100011101110000101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08681D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08681D; }

 p { color: rgb(8,104,29); }

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

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

 a { background-color: rgb(8,104,29); }

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

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

 span { border-color: rgb(8,104,29); }

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