#086631

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

Shades of Crusoe #086631

Tints of Crusoe #086631

Color information

#086631 (or 0x086631) is unknown color: approx Crusoe. HEX triplet: 08, 66 and 31. RGB value is (8,102,49). Sum of RGB (Red+Green+Blue) = 8+102+49=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 102 (40.23% from 255 or 64.15% from 159); Blue value is 49 (19.53% from 255 or 30.82% from 159); Max value from RGB is 102 - color contains mainly: green. Hex color #086631 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086631 is #F799CE. Grayscale: #434343. Windows color (decimal): -16226767 or 3237384. OLE color: 3237384.

HSL color Cylindrical-coordinate representation of color #086631: hue angle of 146.17º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086631 is Cyan = 0.92, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.6.

Color convert

RGB810249-
CMYK0.9200.520.6
HSL146.17º85.45%21.57%-
HSV(B)146.17º92.16%40%-
XYZ5.419.784.51-
YUV67.85117.3685.31-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.03%
GREEN value IS 102 (40.23% from 255) = 64.15%
BLUE value IS 49 (19.53% from 255) = 30.82%
R=5.03%
G=64.15%
B=30.82%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal8102490.9200.520.6146.1785.4521.57
Hex866315C0343C925516
Octal10146611340647422212526
Binary100011001101100011011100011010011110010010010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086631; }

 p { color: rgb(8,102,49); }

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

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

 a { background-color: rgb(8,102,49); }

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

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

 span { border-color: rgb(8,102,49); }

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