#067721

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

Shades of Camarone #067721

Tints of Camarone #067721

Color information

#067721 (or 0x067721) is unknown color: approx Camarone. HEX triplet: 06, 77 and 21. RGB value is (6,119,33). Sum of RGB (Red+Green+Blue) = 6+119+33=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 119 (46.88% from 255 or 75.32% from 158); Blue value is 33 (13.28% from 255 or 20.89% from 158); Max value from RGB is 119 - color contains mainly: green. Hex color #067721 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067721 is #F988DE. Grayscale: #4B4B4B. Windows color (decimal): -16353503 or 2193158. OLE color: 2193158.

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

Color convert

RGB611933-
CMYK0.9500.720.53
HSL134.34º90.4%24.51%-
HSV(B)134.34º94.96%46.67%-
XYZ6.9513.343.65-
YUV75.41104.0678.49-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.80%
GREEN value IS 119 (46.88% from 255) = 75.32%
BLUE value IS 33 (13.28% from 255) = 20.89%
R=3.80%
G=75.32%
B=20.89%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6119330.9500.720.53134.3490.424.51
Hex677215F04835865a19
Octal61674113701106520613231
Binary110111011110000110111110100100011010110000110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067721; }

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

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

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

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

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

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

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

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