#066014

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

Shades of Crusoe #066014

Tints of Crusoe #066014

Color information

#066014 (or 0x066014) is unknown color: approx Crusoe. HEX triplet: 06, 60 and 14. RGB value is (6,96,20). Sum of RGB (Red+Green+Blue) = 6+96+20=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 96 (37.89% from 255 or 78.69% from 122); Blue value is 20 (8.20% from 255 or 16.39% from 122); Max value from RGB is 96 - color contains mainly: green. Hex color #066014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066014 is #F99FEB. Grayscale: #3C3C3C. Windows color (decimal): -16359404 or 1335302. OLE color: 1335302.

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

Color convert

RGB69620-
CMYK0.9400.790.62
HSL129.33º88.24%20%-
HSV(B)129.33º93.75%37.65%-
XYZ4.388.452.06-
YUV60.43105.1889.18-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.92%
GREEN value IS 96 (37.89% from 255) = 78.69%
BLUE value IS 20 (8.20% from 255) = 16.39%
R=4.92%
G=78.69%
B=16.39%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal696200.9400.790.62129.3388.2420
Hex660145E04F3E815814
Octal61402413601177620113024
Binary11011000001010010111100100111111111010000001101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066014; }

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

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

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

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

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

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

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

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