#066020

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

Shades of Crusoe #066020

Tints of Crusoe #066020

Color information

#066020 (or 0x066020) is unknown color: approx Crusoe. HEX triplet: 06, 60 and 20. RGB value is (6,96,32). Sum of RGB (Red+Green+Blue) = 6+96+32=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 96 (37.89% from 255 or 71.64% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 96 - color contains mainly: green. Hex color #066020 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066020 is #F99FDF. Grayscale: #3D3D3D. Windows color (decimal): -16359392 or 2121734. OLE color: 2121734.

HSL color Cylindrical-coordinate representation of color #066020: hue angle of 137.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 #066020 is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB69632-
CMYK0.9400.670.62
HSL137.33º88.24%20%-
HSV(B)137.33º93.75%37.65%-
XYZ4.528.512.77-
YUV61.79111.1888.2-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.48%
GREEN value IS 96 (37.89% from 255) = 71.64%
BLUE value IS 32 (12.89% from 255) = 23.88%
R=4.48%
G=71.64%
B=23.88%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal696320.9400.670.62137.3388.2420
Hex660205E0433E895814
Octal61404013601037621113024
Binary110110000010000010111100100001111111010001001101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066020; }

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

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

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

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

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

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

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

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