#064F42

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

Shades of Cyprus #064F42

Tints of Cyprus #064F42

Color information

#064F42 (or 0x064F42) is unknown color: approx Cyprus. HEX triplet: 06, 4F and 42. RGB value is (6,79,66). Sum of RGB (Red+Green+Blue) = 6+79+66=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 79 (31.25% from 255 or 52.32% from 151); Blue value is 66 (26.17% from 255 or 43.71% from 151); Max value from RGB is 79 - color contains mainly: green. Hex color #064F42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064F42 is #F9B0BD. Grayscale: #373737. Windows color (decimal): -16363710 or 4345606. OLE color: 4345606.

HSL color Cylindrical-coordinate representation of color #064F42: hue angle of 169.32º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064F42 is Cyan = 0.92, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB67966-
CMYK0.9200.160.69
HSL169.32º85.88%16.67%-
HSV(B)169.32º92.41%30.98%-
XYZ3.856.026.11-
YUV55.69133.8292.56-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.97%
GREEN value IS 79 (31.25% from 255) = 52.32%
BLUE value IS 66 (26.17% from 255) = 43.71%
R=3.97%
G=52.32%
B=43.71%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal679660.9200.160.69169.3285.8816.67
Hex64F425C01045a95611
Octal611710213402010525112621
Binary110100111110000101011100010000100010110101001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064F42; }

 p { color: rgb(6,79,66); }

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

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

 a { background-color: rgb(6,79,66); }

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

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

 span { border-color: rgb(6,79,66); }

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