#065142

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

Shades of Cyprus #065142

Tints of Cyprus #065142

Color information

#065142 (or 0x065142) is unknown color: approx Cyprus. HEX triplet: 06, 51 and 42. RGB value is (6,81,66). Sum of RGB (Red+Green+Blue) = 6+81+66=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 81 (32.03% from 255 or 52.94% from 153); Blue value is 66 (26.17% from 255 or 43.14% from 153); Max value from RGB is 81 - color contains mainly: green. Hex color #065142 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065142 is #F9AEBD. Grayscale: #383838. Windows color (decimal): -16363198 or 4346118. OLE color: 4346118.

HSL color Cylindrical-coordinate representation of color #065142: hue angle of 168º 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 #065142 is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.68.

Color convert

RGB68166-
CMYK0.9300.190.68
HSL168º86.21%17.06%-
HSV(B)168º92.59%31.76%-
XYZ46.326.16-
YUV56.86133.1591.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.92%
GREEN value IS 81 (32.03% from 255) = 52.94%
BLUE value IS 66 (26.17% from 255) = 43.14%
R=3.92%
G=52.94%
B=43.14%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal681660.9300.190.6816886.2117.06
Hex651425D01344a85611
Octal612110213502310425012621
Binary110101000110000101011101010011100010010101000101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065142; }

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

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

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

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

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

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

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

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