#067720

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

Shades of Camarone #067720

Tints of Camarone #067720

Color information

#067720 (or 0x067720) is unknown color: approx Camarone. HEX triplet: 06, 77 and 20. RGB value is (6,119,32). Sum of RGB (Red+Green+Blue) = 6+119+32=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 119 (46.88% from 255 or 75.80% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 119 - color contains mainly: green. Hex color #067720 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067720 is #F988DF. Grayscale: #4B4B4B. Windows color (decimal): -16353504 or 2127622. OLE color: 2127622.

HSL color Cylindrical-coordinate representation of color #067720: hue angle of 133.81º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067720 is Cyan = 0.95, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB611932-
CMYK0.9500.730.53
HSL133.81º90.4%24.51%-
HSV(B)133.81º94.96%46.67%-
XYZ6.9313.343.58-
YUV75.29103.5678.57-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.82%
GREEN value IS 119 (46.88% from 255) = 75.80%
BLUE value IS 32 (12.89% from 255) = 20.38%
R=3.82%
G=75.80%
B=20.38%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6119320.9500.730.53133.8190.424.51
Hex677205F04935865a19
Octal61674013701116520613231
Binary110111011110000010111110100100111010110000110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067720; }

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

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

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

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

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

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

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

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