#087B4B

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

Shades of Salem #087B4B

Tints of Salem #087B4B

Color information

#087B4B (or 0x087B4B) is unknown color: approx Salem. HEX triplet: 08, 7B and 4B. RGB value is (8,123,75). Sum of RGB (Red+Green+Blue) = 8+123+75=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 123 (48.44% from 255 or 59.71% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 123 - color contains mainly: green. Hex color #087B4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087B4B is #F784B4. Grayscale: #535353. Windows color (decimal): -16221365 or 4946696. OLE color: 4946696.

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

Color convert

RGB812375-
CMYK0.9300.390.52
HSL154.96º87.79%25.69%-
HSV(B)154.96º93.5%48.24%-
XYZ8.4514.739.05-
YUV83.14123.474.4-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.88%
GREEN value IS 123 (48.44% from 255) = 59.71%
BLUE value IS 75 (29.69% from 255) = 36.41%
R=3.88%
G=59.71%
B=36.41%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8123750.9300.390.52154.9687.7925.69
Hex87B4B5D027349b581a
Octal101731131350476423313032
Binary1000111101110010111011101010011111010010011011101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,123,75); }

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

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

 a { background-color: rgb(8,123,75); }

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

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

 span { border-color: rgb(8,123,75); }

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