Html Css Color HEX #084D46 Cyprus

📋 copy color: '#084D46'

red 8 ◦ green 77 ◦ blue 70

#084D46
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #084D46

Tints of Cyprus #084D46

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 value IS 0.90

 M value IS 0

 Y value IS 0.09

 K value IS 0.70

RGB Variations

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

Color information

#084D46 (or 0x084D46) is known color: 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

RGB 8 77 70 -
CMYK 0.90 0 0.09 0.70
HSL 173.91º 0.81% 0.17% -
HSV(B) 173.91º 0.9% 0.3% -
XYZ 3.86 5.8 6.71 -
YUV 55.57 136.14 94.07 -
System Red Green Blue C M Y K H S L
Decimal 8 77 70 0.90 0 0.09 0.70 173.91 0.81 0.17
Hex 8 4D 46 5A 0 9 46 AE 51 11
Octal 10 115 106 132 0 11 106 256 121 21
Binary 1000 1001101 1000110 1011010 0 1001 1000110 10101110 1010001 10001

Color Harmonies of #084D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084D46

Black with #084D46

Text Example


Text Example

White with #084D46

Text Example


Text Example

HTML Codes & Css Web 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>