#065143

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

Shades of Cyprus #065143

Tints of Cyprus #065143

Color information

#065143 (or 0x065143) is unknown color: approx Cyprus. HEX triplet: 06, 51 and 43. RGB value is (6,81,67). Sum of RGB (Red+Green+Blue) = 6+81+67=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 81 (32.03% from 255 or 52.60% from 154); Blue value is 67 (26.56% from 255 or 43.51% from 154); Max value from RGB is 81 - color contains mainly: green. Hex color #065143 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065143 is #F9AEBC. Grayscale: #383838. Windows color (decimal): -16363197 or 4411654. OLE color: 4411654.

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

Color convert

RGB68167-
CMYK0.9300.170.68
HSL168.8º86.21%17.06%-
HSV(B)168.8º92.59%31.76%-
XYZ4.036.336.32-
YUV56.98133.6591.64-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.90%
GREEN value IS 81 (32.03% from 255) = 52.60%
BLUE value IS 67 (26.56% from 255) = 43.51%
R=3.90%
G=52.60%
B=43.51%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal681670.9300.170.68168.886.2117.06
Hex651435D01144a95611
Octal612110313502110425112621
Binary110101000110000111011101010001100010010101001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065143; }

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

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

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

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

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

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

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

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