#086B23

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

Shades of Crusoe #086B23

Tints of Crusoe #086B23

Color information

#086B23 (or 0x086B23) is unknown color: approx Crusoe. HEX triplet: 08, 6B and 23. RGB value is (8,107,35). Sum of RGB (Red+Green+Blue) = 8+107+35=150 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.33% from 150); Green value is 107 (42.19% from 255 or 71.33% from 150); Blue value is 35 (14.06% from 255 or 23.33% from 150); Max value from RGB is 107 - color contains mainly: green. Hex color #086B23 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086B23 is #F794DC. Grayscale: #454545. Windows color (decimal): -16225501 or 2321160. OLE color: 2321160.

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

Color convert

RGB810735-
CMYK0.9300.670.58
HSL136.36º86.09%22.55%-
HSV(B)136.36º92.52%41.96%-
XYZ5.6610.693.35-
YUV69.19108.784.35-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.33%
GREEN value IS 107 (42.19% from 255) = 71.33%
BLUE value IS 35 (14.06% from 255) = 23.33%
R=5.33%
G=71.33%
B=23.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8107350.9300.670.58136.3686.0922.55
Hex86B235D0433A885617
Octal101534313501037221012627
Binary1000110101110001110111010100001111101010001000101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,107,35); }

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

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

 a { background-color: rgb(8,107,35); }

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

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

 span { border-color: rgb(8,107,35); }

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