#086030

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

Shades of Crusoe #086030

Tints of Crusoe #086030

Color information

#086030 (or 0x086030) is unknown color: approx Crusoe. HEX triplet: 08, 60 and 30. RGB value is (8,96,48). Sum of RGB (Red+Green+Blue) = 8+96+48=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 96 (37.89% from 255 or 63.16% from 152); Blue value is 48 (19.14% from 255 or 31.58% from 152); Max value from RGB is 96 - color contains mainly: green. Hex color #086030 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086030 is #F79FCF. Grayscale: #404040. Windows color (decimal): -16228304 or 3170312. OLE color: 3170312.

HSL color Cylindrical-coordinate representation of color #086030: hue angle of 147.27º 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 #086030 is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.62.

Color convert

RGB89648-
CMYK0.9200.500.62
HSL147.27º84.62%20.39%-
HSV(B)147.27º91.67%37.65%-
XYZ4.828.634.21-
YUV64.22118.8587.9-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.26%
GREEN value IS 96 (37.89% from 255) = 63.16%
BLUE value IS 48 (19.14% from 255) = 31.58%
R=5.26%
G=63.16%
B=31.58%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal896480.9200.500.62147.2784.6220.39
Hex860305C0323E935514
Octal10140601340627622312524
Binary100011000001100001011100011001011111010010011101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086030; }

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

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

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

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

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

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

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

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