#066721

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

Shades of Crusoe #066721

Tints of Crusoe #066721

Color information

#066721 (or 0x066721) is unknown color: approx Crusoe. HEX triplet: 06, 67 and 21. RGB value is (6,103,33). Sum of RGB (Red+Green+Blue) = 6+103+33=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 103 (40.62% from 255 or 72.54% from 142); Blue value is 33 (13.28% from 255 or 23.24% from 142); Max value from RGB is 103 - color contains mainly: green. Hex color #066721 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066721 is #F998DE. Grayscale: #424242. Windows color (decimal): -16357599 or 2189062. OLE color: 2189062.

HSL color Cylindrical-coordinate representation of color #066721: hue angle of 136.7º 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 #066721 is Cyan = 0.94, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.60.

Color convert

RGB610333-
CMYK0.9400.680.60
HSL136.7º88.99%21.37%-
HSV(B)136.7º94.17%40.39%-
XYZ5.29.853.07-
YUV66.02109.3685.19-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.23%
GREEN value IS 103 (40.62% from 255) = 72.54%
BLUE value IS 33 (13.28% from 255) = 23.24%
R=4.23%
G=72.54%
B=23.24%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6103330.9400.680.60136.788.9921.37
Hex667215E0443C895915
Octal61474113601047421113125
Binary110110011110000110111100100010011110010001001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066721; }

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

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

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

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

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

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

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

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