#065746

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

Shades of Cyprus #065746

Tints of Cyprus #065746

Color information

#065746 (or 0x065746) is unknown color: approx Cyprus. HEX triplet: 06, 57 and 46. RGB value is (6,87,70). Sum of RGB (Red+Green+Blue) = 6+87+70=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 87 (34.38% from 255 or 53.37% from 163); Blue value is 70 (27.73% from 255 or 42.94% from 163); Max value from RGB is 87 - color contains mainly: green. Hex color #065746 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065746 is #F9A8B9. Grayscale: #3C3C3C. Windows color (decimal): -16361658 or 4609798. OLE color: 4609798.

HSL color Cylindrical-coordinate representation of color #065746: hue angle of 167.41º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065746 is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB68770-
CMYK0.9300.200.66
HSL167.41º87.1%18.24%-
HSV(B)167.41º93.1%34.12%-
XYZ4.597.36.96-
YUV60.84133.1688.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.68%
GREEN value IS 87 (34.38% from 255) = 53.37%
BLUE value IS 70 (27.73% from 255) = 42.94%
R=3.68%
G=53.37%
B=42.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal687700.9300.200.66167.4187.118.24
Hex657465D01442a75712
Octal612710613502410224712722
Binary110101011110001101011101010100100001010100111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065746; }

 p { color: rgb(6,87,70); }

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

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

 a { background-color: rgb(6,87,70); }

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

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

 span { border-color: rgb(6,87,70); }

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