#085146

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

Shades of Cyprus #085146

Tints of Cyprus #085146

Color information

#085146 (or 0x085146) is unknown color: approx Cyprus. HEX triplet: 08, 51 and 46. RGB value is (8,81,70). Sum of RGB (Red+Green+Blue) = 8+81+70=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 81 (32.03% from 255 or 50.94% from 159); Blue value is 70 (27.73% from 255 or 44.03% from 159); Max value from RGB is 81 - color contains mainly: green. Hex color #085146 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085146 is #F7AEB9. Grayscale: #393939. Windows color (decimal): -16232122 or 4608264. OLE color: 4608264.

HSL color Cylindrical-coordinate representation of color #085146: hue angle of 170.96º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085146 is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.68.

Color convert

RGB88170-
CMYK0.9000.140.68
HSL170.96º82.02%17.45%-
HSV(B)170.96º90.12%31.76%-
XYZ4.156.386.81-
YUV57.92134.8292.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.03%
GREEN value IS 81 (32.03% from 255) = 50.94%
BLUE value IS 70 (27.73% from 255) = 44.03%
R=5.03%
G=50.94%
B=44.03%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal881700.9000.140.68170.9682.0217.45
Hex851465A0E44ab5211
Octal1012110613201610425312221
Binary100010100011000110101101001110100010010101011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085146; }

 p { color: rgb(8,81,70); }

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

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

 a { background-color: rgb(8,81,70); }

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

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

 span { border-color: rgb(8,81,70); }

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