#065140

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

Shades of Cyprus #065140

Tints of Cyprus #065140

Color information

#065140 (or 0x065140) is unknown color: approx Cyprus. HEX triplet: 06, 51 and 40. RGB value is (6,81,64). Sum of RGB (Red+Green+Blue) = 6+81+64=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 81 (32.03% from 255 or 53.64% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 81 - color contains mainly: green. Hex color #065140 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065140 is #F9AEBF. Grayscale: #383838. Windows color (decimal): -16363200 or 4215046. OLE color: 4215046.

HSL color Cylindrical-coordinate representation of color #065140: hue angle of 166.4º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065140 is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB68164-
CMYK0.9300.210.68
HSL166.4º86.21%17.06%-
HSV(B)166.4º92.59%31.76%-
XYZ3.946.295.86-
YUV56.64132.1591.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.97%
GREEN value IS 81 (32.03% from 255) = 53.64%
BLUE value IS 64 (25.39% from 255) = 42.38%
R=3.97%
G=53.64%
B=42.38%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal681640.9300.210.68166.486.2117.06
Hex651405D01544a65611
Octal612110013502510424612621
Binary110101000110000001011101010101100010010100110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065140; }

 p { color: rgb(6,81,64); }

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

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

 a { background-color: rgb(6,81,64); }

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

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

 span { border-color: rgb(6,81,64); }

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