#086F23

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

Shades of Crusoe #086F23

Tints of Crusoe #086F23

Color information

#086F23 (or 0x086F23) is unknown color: approx Crusoe. HEX triplet: 08, 6F and 23. RGB value is (8,111,35). Sum of RGB (Red+Green+Blue) = 8+111+35=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 111 (43.75% from 255 or 72.08% from 154); Blue value is 35 (14.06% from 255 or 22.73% from 154); Max value from RGB is 111 - color contains mainly: green. Hex color #086F23 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086F23 is #F790DC. Grayscale: #474747. Windows color (decimal): -16224477 or 2322184. OLE color: 2322184.

HSL color Cylindrical-coordinate representation of color #086F23: hue angle of 135.73º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086F23 is Cyan = 0.93, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB811135-
CMYK0.9300.680.56
HSL135.73º86.55%23.33%-
HSV(B)135.73º92.79%43.53%-
XYZ6.0911.543.5-
YUV71.54107.3882.68-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.19%
GREEN value IS 111 (43.75% from 255) = 72.08%
BLUE value IS 35 (14.06% from 255) = 22.73%
R=5.19%
G=72.08%
B=22.73%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8111350.9300.680.56135.7386.5523.33
Hex86F235D04438885717
Octal101574313501047021012727
Binary1000110111110001110111010100010011100010001000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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