#084D3F

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

Shades of Cyprus #084D3F

Tints of Cyprus #084D3F

Color information

#084D3F (or 0x084D3F) is unknown color: approx Cyprus. HEX triplet: 08, 4D and 3F. RGB value is (8,77,63). Sum of RGB (Red+Green+Blue) = 8+77+63=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 77 (30.47% from 255 or 52.03% from 148); Blue value is 63 (25% from 255 or 42.57% from 148); Max value from RGB is 77 - color contains mainly: green. Hex color #084D3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084D3F is #F7B2C0. Grayscale: #363636. Windows color (decimal): -16233153 or 4148488. OLE color: 4148488.

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

Color convert

RGB87763-
CMYK0.9000.180.70
HSL167.83º81.18%16.67%-
HSV(B)167.83º89.61%30.2%-
XYZ3.655.725.61-
YUV54.77132.6494.64-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.41%
GREEN value IS 77 (30.47% from 255) = 52.03%
BLUE value IS 63 (25% from 255) = 42.57%
R=5.41%
G=52.03%
B=42.57%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal877630.9000.180.70167.8381.1816.67
Hex84D3F5A01246a85111
Octal101157713202210625012121
Binary100010011011111111011010010010100011010101000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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