#067625

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

Shades of Camarone #067625

Tints of Camarone #067625

Color information

#067625 (or 0x067625) is unknown color: approx Camarone. HEX triplet: 06, 76 and 25. RGB value is (6,118,37). Sum of RGB (Red+Green+Blue) = 6+118+37=161 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.73% from 161); Green value is 118 (46.48% from 255 or 73.29% from 161); Blue value is 37 (14.84% from 255 or 22.98% from 161); Max value from RGB is 118 - color contains mainly: green. Hex color #067625 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067625 is #F989DA. Grayscale: #4B4B4B. Windows color (decimal): -16353755 or 2455046. OLE color: 2455046.

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

Color convert

RGB611837-
CMYK0.9500.690.54
HSL136.61º90.32%24.31%-
HSV(B)136.61º94.92%46.27%-
XYZ6.8913.133.92-
YUV75.28106.3978.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.73%
GREEN value IS 118 (46.48% from 255) = 73.29%
BLUE value IS 37 (14.84% from 255) = 22.98%
R=3.73%
G=73.29%
B=22.98%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6118370.9500.690.54136.6190.3224.31
Hex676255F04536895a18
Octal61664513701056621113230
Binary110111011010010110111110100010111011010001001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067625; }

 p { color: rgb(6,118,37); }

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

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

 a { background-color: rgb(6,118,37); }

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

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

 span { border-color: rgb(6,118,37); }

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