#087A4D

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

Shades of Salem #087A4D

Tints of Salem #087A4D

Color information

#087A4D (or 0x087A4D) is unknown color: approx Salem. HEX triplet: 08, 7A and 4D. RGB value is (8,122,77). Sum of RGB (Red+Green+Blue) = 8+122+77=207 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.86% from 207); Green value is 122 (48.05% from 255 or 58.94% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 122 - color contains mainly: green. Hex color #087A4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087A4D is #F785B2. Grayscale: #525252. Windows color (decimal): -16221619 or 5077512. OLE color: 5077512.

HSL color Cylindrical-coordinate representation of color #087A4D: hue angle of 156.32º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087A4D is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.

Color convert

RGB812277-
CMYK0.9300.370.52
HSL156.32º87.69%25.49%-
HSV(B)156.32º93.44%47.84%-
XYZ8.414.519.38-
YUV82.78124.7374.66-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.86%
GREEN value IS 122 (48.05% from 255) = 58.94%
BLUE value IS 77 (30.47% from 255) = 37.20%
R=3.86%
G=58.94%
B=37.20%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8122770.9300.370.52156.3287.6925.49
Hex87A4D5D025349c5819
Octal101721151350456423413031
Binary1000111101010011011011101010010111010010011100101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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