#067726

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

Shades of Camarone #067726

Tints of Camarone #067726

Color information

#067726 (or 0x067726) is unknown color: approx Camarone. HEX triplet: 06, 77 and 26. RGB value is (6,119,38). Sum of RGB (Red+Green+Blue) = 6+119+38=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 119 (46.88% from 255 or 73.01% from 163); Blue value is 38 (15.23% from 255 or 23.31% from 163); Max value from RGB is 119 - color contains mainly: green. Hex color #067726 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067726 is #F988D9. Grayscale: #4C4C4C. Windows color (decimal): -16353498 or 2520838. OLE color: 2520838.

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

Color convert

RGB611938-
CMYK0.9500.680.53
HSL136.99º90.4%24.51%-
HSV(B)136.99º94.96%46.67%-
XYZ7.0213.374.04-
YUV75.98106.5678.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.68%
GREEN value IS 119 (46.88% from 255) = 73.01%
BLUE value IS 38 (15.23% from 255) = 23.31%
R=3.68%
G=73.01%
B=23.31%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6119380.9500.680.53136.9990.424.51
Hex677265F04435895a19
Octal61674613701046521113231
Binary110111011110011010111110100010011010110001001101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067726; }

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

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

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

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

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

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

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

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