#066320

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

Shades of Crusoe #066320

Tints of Crusoe #066320

Color information

#066320 (or 0x066320) is unknown color: approx Crusoe. HEX triplet: 06, 63 and 20. RGB value is (6,99,32). Sum of RGB (Red+Green+Blue) = 6+99+32=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 99 (39.06% from 255 or 72.26% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 99 - color contains mainly: green. Hex color #066320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066320 is #F99CDF. Grayscale: #3F3F3F. Windows color (decimal): -16358624 or 2122502. OLE color: 2122502.

HSL color Cylindrical-coordinate representation of color #066320: hue angle of 136.77º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066320 is Cyan = 0.94, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB69932-
CMYK0.9400.680.61
HSL136.77º88.57%20.59%-
HSV(B)136.77º93.94%38.82%-
XYZ4.89.072.86-
YUV63.56110.1986.95-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.38%
GREEN value IS 99 (39.06% from 255) = 72.26%
BLUE value IS 32 (12.89% from 255) = 23.36%
R=4.38%
G=72.26%
B=23.36%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal699320.9400.680.61136.7788.5720.59
Hex663205E0443D895915
Octal61434013601047521113125
Binary110110001110000010111100100010011110110001001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066320; }

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

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

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

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

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

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

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

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