#067529

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

Shades of Camarone #067529

Tints of Camarone #067529

Color information

#067529 (or 0x067529) is unknown color: approx Camarone. HEX triplet: 06, 75 and 29. RGB value is (6,117,41). Sum of RGB (Red+Green+Blue) = 6+117+41=164 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.66% from 164); Green value is 117 (46.09% from 255 or 71.34% from 164); Blue value is 41 (16.41% from 255 or 25% from 164); Max value from RGB is 117 - color contains mainly: green. Hex color #067529 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067529 is #F98AD6. Grayscale: #4B4B4B. Windows color (decimal): -16354007 or 2716934. OLE color: 2716934.

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

Color convert

RGB611741-
CMYK0.9500.650.54
HSL138.92º90.24%24.12%-
HSV(B)138.92º94.87%45.88%-
XYZ6.8412.924.23-
YUV75.15108.7378.68-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.66%
GREEN value IS 117 (46.09% from 255) = 71.34%
BLUE value IS 41 (16.41% from 255) = 25%
R=3.66%
G=71.34%
B=25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6117410.9500.650.54138.9290.2424.12
Hex675295F041368b5a18
Octal61655113701016621313230
Binary110111010110100110111110100000111011010001011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067529; }

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

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

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

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

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

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

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

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