#07564A

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

Shades of Cyprus #07564A

Tints of Cyprus #07564A

Color information

#07564A (or 0x07564A) is unknown color: approx Cyprus. HEX triplet: 07, 56 and 4A. RGB value is (7,86,74). Sum of RGB (Red+Green+Blue) = 7+86+74=167 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.19% from 167); Green value is 86 (33.98% from 255 or 51.50% from 167); Blue value is 74 (29.30% from 255 or 44.31% from 167); Max value from RGB is 86 - color contains mainly: green. Hex color #07564A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07564A is #F8A9B5. Grayscale: #3C3C3C. Windows color (decimal): -16296374 or 4871687. OLE color: 4871687.

HSL color Cylindrical-coordinate representation of color #07564A: hue angle of 170.89º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07564A is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB78674-
CMYK0.9200.140.66
HSL170.89º84.95%18.24%-
HSV(B)170.89º91.86%33.73%-
XYZ4.657.27.62-
YUV61.01135.3389.48-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.19%
GREEN value IS 86 (33.98% from 255) = 51.50%
BLUE value IS 74 (29.30% from 255) = 44.31%
R=4.19%
G=51.50%
B=44.31%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal786740.9200.140.66170.8984.9518.24
Hex7564A5C0E42ab5512
Octal712611213401610225312522
Binary11110101101001010101110001110100001010101011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07564A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07564A; }

 p { color: rgb(7,86,74); }

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

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

 a { background-color: rgb(7,86,74); }

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

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

 span { border-color: rgb(7,86,74); }

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