#084F45

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

Shades of Cyprus #084F45

Tints of Cyprus #084F45

Color information

#084F45 (or 0x084F45) is unknown color: approx Cyprus. HEX triplet: 08, 4F and 45. RGB value is (8,79,69). Sum of RGB (Red+Green+Blue) = 8+79+69=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 79 (31.25% from 255 or 50.64% from 156); Blue value is 69 (27.34% from 255 or 44.23% from 156); Max value from RGB is 79 - color contains mainly: green. Hex color #084F45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084F45 is #F7B0BA. Grayscale: #383838. Windows color (decimal): -16232635 or 4542216. OLE color: 4542216.

HSL color Cylindrical-coordinate representation of color #084F45: hue angle of 171.55º 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 #084F45 is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.69.

Color convert

RGB87969-
CMYK0.9000.130.69
HSL171.55º81.61%17.06%-
HSV(B)171.55º89.87%30.98%-
XYZ3.976.076.59-
YUV56.63134.9893.31-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.13%
GREEN value IS 79 (31.25% from 255) = 50.64%
BLUE value IS 69 (27.34% from 255) = 44.23%
R=5.13%
G=50.64%
B=44.23%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal879690.9000.130.69171.5581.6117.06
Hex84F455A0D45ac5211
Octal1011710513201510525412221
Binary100010011111000101101101001101100010110101100101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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