#078857

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

Shades of Salem #078857

Tints of Salem #078857

Color information

#078857 (or 0x078857) is unknown color: approx Salem. HEX triplet: 07, 88 and 57. RGB value is (7,136,87). Sum of RGB (Red+Green+Blue) = 7+136+87=230 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.04% from 230); Green value is 136 (53.52% from 255 or 59.13% from 230); Blue value is 87 (34.38% from 255 or 37.83% from 230); Max value from RGB is 136 - color contains mainly: green. Hex color #078857 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078857 is #F877A8. Grayscale: #5B5B5B. Windows color (decimal): -16283561 or 5736455. OLE color: 5736455.

HSL color Cylindrical-coordinate representation of color #078857: hue angle of 157.21º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078857 is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB713687-
CMYK0.9500.360.47
HSL157.21º90.21%28.04%-
HSV(B)157.21º94.85%53.33%-
XYZ10.6118.3412-
YUV91.84125.2667.48-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.04%
GREEN value IS 136 (53.52% from 255) = 59.13%
BLUE value IS 87 (34.38% from 255) = 37.83%
R=3.04%
G=59.13%
B=37.83%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7136870.9500.360.47157.2190.2128.04
Hex788575F0242F9d5a1c
Octal72101271370445723513234
Binary1111000100010101111011111010010010111110011101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078857; }

 p { color: rgb(7,136,87); }

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

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

 a { background-color: rgb(7,136,87); }

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

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

 span { border-color: rgb(7,136,87); }

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