#087F4D

Color #087F4D Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #087F4D

Tints of Salem #087F4D

Color information

#087F4D (or 0x087F4D) is unknown color: approx Salem. HEX triplet: 08, 7F and 4D. RGB value is (8,127,77). Sum of RGB (Red+Green+Blue) = 8+127+77=212 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.77% from 212); Green value is 127 (50% from 255 or 59.91% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 127 - color contains mainly: green. Hex color #087F4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087F4D is #F780B2. Grayscale: #555555. Windows color (decimal): -16220339 or 5078792. OLE color: 5078792.

HSL color Cylindrical-coordinate representation of color #087F4D: hue angle of 154.79º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087F4D is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.

Color convert

RGB812777-
CMYK0.9400.390.50
HSL154.79º88.15%26.47%-
HSV(B)154.79º93.7%49.8%-
XYZ9.0315.779.59-
YUV85.72123.0872.57-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.77%
GREEN value IS 127 (50% from 255) = 59.91%
BLUE value IS 77 (30.47% from 255) = 36.32%
R=3.77%
G=59.91%
B=36.32%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal8127770.9400.390.50154.7988.1526.47
Hex87F4D5E027329b581a
Octal101771151360476223313032
Binary1000111111110011011011110010011111001010011011101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087F4D; }

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

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

<style>
 a { background-color: #087F4D; }

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

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

<style>
 span { border-color: #087F4D; }

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

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