#067220

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

Shades of Crusoe #067220

Tints of Crusoe #067220

Color information

#067220 (or 0x067220) is unknown color: approx Crusoe. HEX triplet: 06, 72 and 20. RGB value is (6,114,32). Sum of RGB (Red+Green+Blue) = 6+114+32=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 114 (44.92% from 255 or 75% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 114 - color contains mainly: green. Hex color #067220 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067220 is #F98DDF. Grayscale: #484848. Windows color (decimal): -16354784 or 2126342. OLE color: 2126342.

HSL color Cylindrical-coordinate representation of color #067220: hue angle of 134.44º 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 #067220 is Cyan = 0.95, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB611432-
CMYK0.9500.720.55
HSL134.44º90%23.53%-
HSV(B)134.44º94.74%44.71%-
XYZ6.3512.183.38-
YUV72.36105.2280.67-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.95%
GREEN value IS 114 (44.92% from 255) = 75%
BLUE value IS 32 (12.89% from 255) = 21.05%
R=3.95%
G=75%
B=21.05%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6114320.9500.720.55134.449023.53
Hex672205F04837865a18
Octal61624013701106720613230
Binary110111001010000010111110100100011011110000110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067220; }

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

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

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

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

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

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

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

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