#086014

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

Shades of Crusoe #086014

Tints of Crusoe #086014

Color information

#086014 (or 0x086014) is unknown color: approx Crusoe. HEX triplet: 08, 60 and 14. RGB value is (8,96,20). Sum of RGB (Red+Green+Blue) = 8+96+20=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 96 (37.89% from 255 or 77.42% from 124); Blue value is 20 (8.20% from 255 or 16.13% from 124); Max value from RGB is 96 - color contains mainly: green. Hex color #086014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086014 is #F79FEB. Grayscale: #3D3D3D. Windows color (decimal): -16228332 or 1335304. OLE color: 1335304.

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

Color convert

RGB89620-
CMYK0.9200.790.62
HSL128.18º84.62%20.39%-
HSV(B)128.18º91.67%37.65%-
XYZ4.418.472.06-
YUV61.02104.8590.18-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.45%
GREEN value IS 96 (37.89% from 255) = 77.42%
BLUE value IS 20 (8.20% from 255) = 16.13%
R=6.45%
G=77.42%
B=16.13%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal896200.9200.790.62128.1884.6220.39
Hex860145C04F3E805514
Octal101402413401177620012524
Binary100011000001010010111000100111111111010000000101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086014; }

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

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

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

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

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

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

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

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