#086A1B

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

Shades of Crusoe #086A1B

Tints of Crusoe #086A1B

Color information

#086A1B (or 0x086A1B) is unknown color: approx Crusoe. HEX triplet: 08, 6A and 1B. RGB value is (8,106,27). Sum of RGB (Red+Green+Blue) = 8+106+27=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 106 (41.80% from 255 or 75.18% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 106 - color contains mainly: green. Hex color #086A1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086A1B is #F795E4. Grayscale: #434343. Windows color (decimal): -16225765 or 1796616. OLE color: 1796616.

HSL color Cylindrical-coordinate representation of color #086A1B: hue angle of 131.63º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086A1B is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.

Color convert

RGB810627-
CMYK0.9200.750.58
HSL131.63º85.96%22.35%-
HSV(B)131.63º92.45%41.57%-
XYZ5.4510.442.76-
YUV67.69105.0385.42-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.67%
GREEN value IS 106 (41.80% from 255) = 75.18%
BLUE value IS 27 (10.94% from 255) = 19.15%
R=5.67%
G=75.18%
B=19.15%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8106270.9200.750.58131.6385.9622.35
Hex86A1B5C04B3A845616
Octal101523313401137220412626
Binary100011010101101110111000100101111101010000100101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086A1B; }

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

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

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

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

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

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

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

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