#087B46

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

Shades of Salem #087B46

Tints of Salem #087B46

Color information

#087B46 (or 0x087B46) is unknown color: approx Salem. HEX triplet: 08, 7B and 46. RGB value is (8,123,70). Sum of RGB (Red+Green+Blue) = 8+123+70=201 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.98% from 201); Green value is 123 (48.44% from 255 or 61.19% from 201); Blue value is 70 (27.73% from 255 or 34.83% from 201); Max value from RGB is 123 - color contains mainly: green. Hex color #087B46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087B46 is #F784B9. Grayscale: #525252. Windows color (decimal): -16221370 or 4619016. OLE color: 4619016.

HSL color Cylindrical-coordinate representation of color #087B46: hue angle of 152.35º 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 #087B46 is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.52.

Color convert

RGB812370-
CMYK0.9300.430.52
HSL152.35º87.79%25.69%-
HSV(B)152.35º93.5%48.24%-
XYZ8.2914.668.19-
YUV82.57120.974.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.98%
GREEN value IS 123 (48.44% from 255) = 61.19%
BLUE value IS 70 (27.73% from 255) = 34.83%
R=3.98%
G=61.19%
B=34.83%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8123700.9300.430.52152.3587.7925.69
Hex87B465D02B3498581a
Octal101731061350536423013032
Binary1000111101110001101011101010101111010010011000101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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