#084F47

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

Shades of Cyprus #084F47

Tints of Cyprus #084F47

Color information

#084F47 (or 0x084F47) is unknown color: approx Cyprus. HEX triplet: 08, 4F and 47. RGB value is (8,79,71). Sum of RGB (Red+Green+Blue) = 8+79+71=158 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.06% from 158); Green value is 79 (31.25% from 255 or 50% from 158); Blue value is 71 (28.12% from 255 or 44.94% from 158); Max value from RGB is 79 - color contains mainly: green. Hex color #084F47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084F47 is #F7B0B8. Grayscale: #383838. Windows color (decimal): -16232633 or 4673288. OLE color: 4673288.

HSL color Cylindrical-coordinate representation of color #084F47: hue angle of 173.24º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084F47 is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB87971-
CMYK0.9000.100.69
HSL173.24º81.61%17.06%-
HSV(B)173.24º89.87%30.98%-
XYZ4.036.16.93-
YUV56.86135.9893.15-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.06%
GREEN value IS 79 (31.25% from 255) = 50%
BLUE value IS 71 (28.12% from 255) = 44.94%
R=5.06%
G=50%
B=44.94%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal879710.9000.100.69173.2481.6117.06
Hex84F475A0A45ad5211
Octal1011710713201210525512221
Binary100010011111000111101101001010100010110101101101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084F47; }

 p { color: rgb(8,79,71); }

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

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

 a { background-color: rgb(8,79,71); }

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

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

 span { border-color: rgb(8,79,71); }

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