Html Css Color HEX #078756 Salem

📋 copy color: '#078756'

red 7 ◦ green 135 ◦ blue 86

#078756
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #078756

Tints of Salem #078756

RGB

 RED value IS 7 (3.13% from 255) = 3.07%

 GREEN value IS 135 (53.13% from 255) = 59.21%

 BLUE value IS 86 (33.98% from 255) = 37.72%

R = 3.07%
G = 59.21%
B = 37.72%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#078756 (or 0x078756) is known color: Salem. HEX triplet: 07, 87 and 56. RGB value is (7,135,86). Sum of RGB (Red+Green+Blue) = 7+135+86=228 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.07% from 228); Green value is 135 (53.12% from 255 or 59.21% from 228); Blue value is 86 (33.98% from 255 or 37.72% from 228); Max value from RGB is 135 - color contains mainly: green. Hex color #078756 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078756 is #F878A9. Grayscale: #5B5B5B. Windows color (decimal): -16283818 or 5670663. OLE color: 5670663.

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

Color convert

RGB 7 135 86 -
CMYK 0.95 0 0.36 0.47
HSL 157.03º 0.9% 0.28% -
HSV(B) 157.03º 0.95% 0.53% -
XYZ 10.43 18.05 11.74 -
YUV 91.14 125.09 67.98 -
System Red Green Blue C M Y K H S L
Decimal 7 135 86 0.95 0 0.36 0.47 157.03 0.9 0.28
Hex 7 87 56 5F 0 24 2F 9D 5A 1C
Octal 7 207 126 137 0 44 57 235 132 34
Binary 111 10000111 1010110 1011111 0 100100 101111 10011101 1011010 11100

Color Harmonies of #078756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078756

Black with #078756

Text Example


Text Example

White with #078756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078756; }

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

 H1.HeaderClassName
 {
   color: #078756;
 }
 .AnyTagClassName
 {
   color: #078756;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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