#064745

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

Shades of Cyprus #064745

Tints of Cyprus #064745

Color information

#064745 (or 0x064745) is unknown color: approx Cyprus. HEX triplet: 06, 47 and 45. RGB value is (6,71,69). Sum of RGB (Red+Green+Blue) = 6+71+69=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 71 (28.12% from 255 or 48.63% from 146); Blue value is 69 (27.34% from 255 or 47.26% from 146); Max value from RGB is 71 - color contains mainly: green. Hex color #064745 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064745 is #F9B8BA. Grayscale: #333333. Windows color (decimal): -16365755 or 4540166. OLE color: 4540166.

HSL color Cylindrical-coordinate representation of color #064745: hue angle of 178.15º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064745 is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB67169-
CMYK0.9200.030.72
HSL178.15º84.42%15.1%-
HSV(B)178.15º91.55%27.84%-
XYZ3.44.976.41-
YUV51.34137.9795.66-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.11%
GREEN value IS 71 (28.12% from 255) = 48.63%
BLUE value IS 69 (27.34% from 255) = 47.26%
R=4.11%
G=48.63%
B=47.26%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal671690.9200.030.72178.1584.4215.1
Hex647455C0348b254f
Octal61071051340311026212417
Binary11010001111000101101110001110010001011001010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064745; }

 p { color: rgb(6,71,69); }

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

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

 a { background-color: rgb(6,71,69); }

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

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

 span { border-color: rgb(6,71,69); }

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