#084D46

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

Shades of Cyprus #084D46

Tints of Cyprus #084D46

Color information

#084D46 (or 0x084D46) is unknown color: approx Cyprus. HEX triplet: 08, 4D and 46. RGB value is (8,77,70). Sum of RGB (Red+Green+Blue) = 8+77+70=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 77 (30.47% from 255 or 49.68% from 155); Blue value is 70 (27.73% from 255 or 45.16% from 155); Max value from RGB is 77 - color contains mainly: green. Hex color #084D46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084D46 is #F7B2B9. Grayscale: #373737. Windows color (decimal): -16233146 or 4607240. OLE color: 4607240.

HSL color Cylindrical-coordinate representation of color #084D46: hue angle of 173.91º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084D46 is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.

Color convert

RGB87770-
CMYK0.9000.090.70
HSL173.91º81.18%16.67%-
HSV(B)173.91º89.61%30.2%-
XYZ3.865.86.71-
YUV55.57136.1494.07-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.16%
GREEN value IS 77 (30.47% from 255) = 49.68%
BLUE value IS 70 (27.73% from 255) = 45.16%
R=5.16%
G=49.68%
B=45.16%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal877700.9000.090.70173.9181.1816.67
Hex84D465A0946ae5111
Octal1011510613201110625612121
Binary100010011011000110101101001001100011010101110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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