#087C4E

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

Shades of Salem #087C4E

Tints of Salem #087C4E

Color information

#087C4E (or 0x087C4E) is unknown color: approx Salem. HEX triplet: 08, 7C and 4E. RGB value is (8,124,78). Sum of RGB (Red+Green+Blue) = 8+124+78=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 124 (48.83% from 255 or 59.05% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 124 - color contains mainly: green. Hex color #087C4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087C4E is #F783B1. Grayscale: #545454. Windows color (decimal): -16221106 or 5143560. OLE color: 5143560.

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

Color convert

RGB812478-
CMYK0.9400.370.51
HSL156.21º87.88%25.88%-
HSV(B)156.21º93.55%48.63%-
XYZ8.6815.029.65-
YUV84.07124.5773.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.81%
GREEN value IS 124 (48.83% from 255) = 59.05%
BLUE value IS 78 (30.86% from 255) = 37.14%
R=3.81%
G=59.05%
B=37.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal8124780.9400.370.51156.2187.8825.88
Hex87C4E5E025339c581a
Octal101741161360456323413032
Binary1000111110010011101011110010010111001110011100101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,124,78); }

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

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

 a { background-color: rgb(8,124,78); }

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

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

 span { border-color: rgb(8,124,78); }

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