#08692B

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

Shades of Crusoe #08692B

Tints of Crusoe #08692B

Color information

#08692B (or 0x08692B) is unknown color: approx Crusoe. HEX triplet: 08, 69 and 2B. RGB value is (8,105,43). Sum of RGB (Red+Green+Blue) = 8+105+43=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 105 (41.41% from 255 or 67.31% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 105 - color contains mainly: green. Hex color #08692B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08692B is #F796D4. Grayscale: #454545. Windows color (decimal): -16226005 or 2844936. OLE color: 2844936.

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

Color convert

RGB810543-
CMYK0.9200.590.59
HSL141.65º85.84%22.16%-
HSV(B)141.65º92.38%41.18%-
XYZ5.5910.333.98-
YUV68.93113.3684.54-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.13%
GREEN value IS 105 (41.41% from 255) = 67.31%
BLUE value IS 43 (17.19% from 255) = 27.56%
R=5.13%
G=67.31%
B=27.56%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8105430.9200.590.59141.6585.8422.16
Hex8692B5C03B3B8e5616
Octal10151531340737321612626
Binary100011010011010111011100011101111101110001110101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08692B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,105,43); }

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

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

 a { background-color: rgb(8,105,43); }

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

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

 span { border-color: rgb(8,105,43); }

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