#067320

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

Shades of Crusoe #067320

Tints of Crusoe #067320

Color information

#067320 (or 0x067320) is unknown color: approx Crusoe. HEX triplet: 06, 73 and 20. RGB value is (6,115,32). Sum of RGB (Red+Green+Blue) = 6+115+32=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 115 (45.31% from 255 or 75.16% from 153); Blue value is 32 (12.89% from 255 or 20.92% from 153); Max value from RGB is 115 - color contains mainly: green. Hex color #067320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067320 is #F98CDF. Grayscale: #494949. Windows color (decimal): -16354528 or 2126598. OLE color: 2126598.

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

Color convert

RGB611532-
CMYK0.9500.720.55
HSL134.31º90.08%23.73%-
HSV(B)134.31º94.78%45.1%-
XYZ6.4712.43.42-
YUV72.95104.8980.25-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.92%
GREEN value IS 115 (45.31% from 255) = 75.16%
BLUE value IS 32 (12.89% from 255) = 20.92%
R=3.92%
G=75.16%
B=20.92%

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
Decimal6115320.9500.720.55134.3190.0823.73
Hex673205F04837865a18
Octal61634013701106720613230
Binary110111001110000010111110100100011011110000110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067320; }

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

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

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

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

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

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

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

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