#066720

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

Shades of Crusoe #066720

Tints of Crusoe #066720

Color information

#066720 (or 0x066720) is unknown color: approx Crusoe. HEX triplet: 06, 67 and 20. RGB value is (6,103,32). Sum of RGB (Red+Green+Blue) = 6+103+32=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 103 (40.62% from 255 or 73.05% from 141); Blue value is 32 (12.89% from 255 or 22.70% from 141); Max value from RGB is 103 - color contains mainly: green. Hex color #066720 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066720 is #F998DF. Grayscale: #424242. Windows color (decimal): -16357600 or 2123526. OLE color: 2123526.

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

Color convert

RGB610332-
CMYK0.9400.690.60
HSL136.08º88.99%21.37%-
HSV(B)136.08º94.17%40.39%-
XYZ5.199.842.99-
YUV65.9108.8685.27-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.26%
GREEN value IS 103 (40.62% from 255) = 73.05%
BLUE value IS 32 (12.89% from 255) = 22.70%
R=4.26%
G=73.05%
B=22.70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6103320.9400.690.60136.0888.9921.37
Hex667205E0453C885915
Octal61474013601057421013125
Binary110110011110000010111100100010111110010001000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066720; }

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

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

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

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

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

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

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

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