#067221

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

Shades of Crusoe #067221

Tints of Crusoe #067221

Color information

#067221 (or 0x067221) is unknown color: approx Crusoe. HEX triplet: 06, 72 and 21. RGB value is (6,114,33). Sum of RGB (Red+Green+Blue) = 6+114+33=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 114 (44.92% from 255 or 74.51% from 153); Blue value is 33 (13.28% from 255 or 21.57% from 153); Max value from RGB is 114 - color contains mainly: green. Hex color #067221 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067221 is #F98DDE. Grayscale: #484848. Windows color (decimal): -16354783 or 2191878. OLE color: 2191878.

HSL color Cylindrical-coordinate representation of color #067221: hue angle of 135º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067221 is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB611433-
CMYK0.9500.710.55
HSL135º90%23.53%-
HSV(B)135º94.74%44.71%-
XYZ6.3712.183.45-
YUV72.47105.7280.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.92%
GREEN value IS 114 (44.92% from 255) = 74.51%
BLUE value IS 33 (13.28% from 255) = 21.57%
R=3.92%
G=74.51%
B=21.57%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6114330.9500.710.551359023.53
Hex672215F04737875a18
Octal61624113701076720713230
Binary110111001010000110111110100011111011110000111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067221; }

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

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

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

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

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

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

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

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