#067521

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

Shades of Camarone #067521

Tints of Camarone #067521

Color information

#067521 (or 0x067521) is unknown color: approx Camarone. HEX triplet: 06, 75 and 21. RGB value is (6,117,33). Sum of RGB (Red+Green+Blue) = 6+117+33=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 117 (46.09% from 255 or 75% from 156); Blue value is 33 (13.28% from 255 or 21.15% from 156); Max value from RGB is 117 - color contains mainly: green. Hex color #067521 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067521 is #F98ADE. Grayscale: #4A4A4A. Windows color (decimal): -16354015 or 2192646. OLE color: 2192646.

HSL color Cylindrical-coordinate representation of color #067521: hue angle of 134.59º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067521 is Cyan = 0.95, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB611733-
CMYK0.9500.720.54
HSL134.59º90.24%24.12%-
HSV(B)134.59º94.87%45.88%-
XYZ6.7112.873.57-
YUV74.24104.7379.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.85%
GREEN value IS 117 (46.09% from 255) = 75%
BLUE value IS 33 (13.28% from 255) = 21.15%
R=3.85%
G=75%
B=21.15%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6117330.9500.720.54134.5990.2424.12
Hex675215F04836875a18
Octal61654113701106620713230
Binary110111010110000110111110100100011011010000111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067521; }

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

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

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

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

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

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

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

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