#086023

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

Shades of Crusoe #086023

Tints of Crusoe #086023

Color information

#086023 (or 0x086023) is unknown color: approx Crusoe. HEX triplet: 08, 60 and 23. RGB value is (8,96,35). Sum of RGB (Red+Green+Blue) = 8+96+35=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 96 (37.89% from 255 or 69.06% from 139); Blue value is 35 (14.06% from 255 or 25.18% from 139); Max value from RGB is 96 - color contains mainly: green. Hex color #086023 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086023 is #F79FDC. Grayscale: #3E3E3E. Windows color (decimal): -16228317 or 2318344. OLE color: 2318344.

HSL color Cylindrical-coordinate representation of color #086023: hue angle of 138.41º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086023 is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB89635-
CMYK0.9200.640.62
HSL138.41º84.62%20.39%-
HSV(B)138.41º91.67%37.65%-
XYZ4.598.543-
YUV62.73112.3588.96-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.76%
GREEN value IS 96 (37.89% from 255) = 69.06%
BLUE value IS 35 (14.06% from 255) = 25.18%
R=5.76%
G=69.06%
B=25.18%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal896350.9200.640.62138.4184.6220.39
Hex860235C0403E8a5514
Octal101404313401007621212524
Binary1000110000010001110111000100000011111010001010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086023; }

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

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

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

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

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

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

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

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