#06772D

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

Shades of Camarone #06772D

Tints of Camarone #06772D

Color information

#06772D (or 0x06772D) is unknown color: approx Camarone. HEX triplet: 06, 77 and 2D. RGB value is (6,119,45). Sum of RGB (Red+Green+Blue) = 6+119+45=170 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.53% from 170); Green value is 119 (46.88% from 255 or 70% from 170); Blue value is 45 (17.97% from 255 or 26.47% from 170); Max value from RGB is 119 - color contains mainly: green. Hex color #06772D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06772D is #F988D2. Grayscale: #4C4C4C. Windows color (decimal): -16353491 or 2979590. OLE color: 2979590.

HSL color Cylindrical-coordinate representation of color #06772D: hue angle of 140.71º 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 #06772D is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB611945-
CMYK0.9500.620.53
HSL140.71º90.4%24.51%-
HSV(B)140.71º94.96%46.67%-
XYZ7.1513.424.7-
YUV76.78110.0677.52-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.53%
GREEN value IS 119 (46.88% from 255) = 70%
BLUE value IS 45 (17.97% from 255) = 26.47%
R=3.53%
G=70%
B=26.47%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6119450.9500.620.53140.7190.424.51
Hex6772D5F03E358d5a19
Octal6167551370766521513231
Binary11011101111011011011111011111011010110001101101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06772D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06772D; }

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

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

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

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

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

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

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

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