#078755

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

Shades of Salem #078755

Tints of Salem #078755

Color information

#078755 (or 0x078755) is unknown color: approx Salem. HEX triplet: 07, 87 and 55. RGB value is (7,135,85). Sum of RGB (Red+Green+Blue) = 7+135+85=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 135 (53.12% from 255 or 59.47% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 135 - color contains mainly: green. Hex color #078755 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078755 is #F878AA. Grayscale: #5B5B5B. Windows color (decimal): -16283819 or 5605127. OLE color: 5605127.

HSL color Cylindrical-coordinate representation of color #078755: hue angle of 156.56º 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 #078755 is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB713585-
CMYK0.9500.370.47
HSL156.56º90.14%27.84%-
HSV(B)156.56º94.81%52.94%-
XYZ10.3918.0311.53-
YUV91.03124.5968.07-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.08%
GREEN value IS 135 (53.12% from 255) = 59.47%
BLUE value IS 85 (33.59% from 255) = 37.44%
R=3.08%
G=59.47%
B=37.44%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7135850.9500.370.47156.5690.1427.84
Hex787555F0252F9d5a1c
Octal72071251370455723513234
Binary1111000011110101011011111010010110111110011101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078755; }

 p { color: rgb(7,135,85); }

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

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

 a { background-color: rgb(7,135,85); }

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

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

 span { border-color: rgb(7,135,85); }

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