#087C4C

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

Shades of Salem #087C4C

Tints of Salem #087C4C

Color information

#087C4C (or 0x087C4C) is unknown color: approx Salem. HEX triplet: 08, 7C and 4C. RGB value is (8,124,76). Sum of RGB (Red+Green+Blue) = 8+124+76=208 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.85% from 208); Green value is 124 (48.83% from 255 or 59.62% from 208); Blue value is 76 (30.08% from 255 or 36.54% from 208); Max value from RGB is 124 - color contains mainly: green. Hex color #087C4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087C4C is #F783B3. Grayscale: #535353. Windows color (decimal): -16221108 or 5012488. OLE color: 5012488.

HSL color Cylindrical-coordinate representation of color #087C4C: hue angle of 155.17º 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 #087C4C is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.

Color convert

RGB812476-
CMYK0.9400.390.51
HSL155.17º87.88%25.88%-
HSV(B)155.17º93.55%48.63%-
XYZ8.6114.999.28-
YUV83.84123.5773.9-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.85%
GREEN value IS 124 (48.83% from 255) = 59.62%
BLUE value IS 76 (30.08% from 255) = 36.54%
R=3.85%
G=59.62%
B=36.54%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal8124760.9400.390.51155.1787.8825.88
Hex87C4C5E027339b581a
Octal101741141360476323313032
Binary1000111110010011001011110010011111001110011011101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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