#08682A

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

Shades of Crusoe #08682A

Tints of Crusoe #08682A

Color information

#08682A (or 0x08682A) is unknown color: approx Crusoe. HEX triplet: 08, 68 and 2A. RGB value is (8,104,42). Sum of RGB (Red+Green+Blue) = 8+104+42=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 104 (41.02% from 255 or 67.53% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 104 - color contains mainly: green. Hex color #08682A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08682A is #F797D5. Grayscale: #444444. Windows color (decimal): -16226262 or 2779144. OLE color: 2779144.

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

Color convert

RGB810442-
CMYK0.9200.600.59
HSL141.25º85.71%21.96%-
HSV(B)141.25º92.31%40.78%-
XYZ5.4710.123.86-
YUV68.23113.285.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.19%
GREEN value IS 104 (41.02% from 255) = 67.53%
BLUE value IS 42 (16.80% from 255) = 27.27%
R=5.19%
G=67.53%
B=27.27%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8104420.9200.600.59141.2585.7121.96
Hex8682A5C03C3B8d5616
Octal10150521340747321512626
Binary100011010001010101011100011110011101110001101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08682A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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