Html Css Color HEX #078D4D Salem

📋 copy color: '#078D4D'

red 7 ◦ green 141 ◦ blue 77

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

Shades of Salem #078D4D

Tints of Salem #078D4D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 62.67%

 BLUE value IS 77 (30.47% from 255) = 34.22%

R = 3.11%
G = 62.67%
B = 34.22%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.45

 K value IS 0.45

RGB Variations

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

Color information

#078D4D (or 0x078D4D) is known color: Salem. HEX triplet: 07, 8D and 4D. RGB value is (7,141,77). Sum of RGB (Red+Green+Blue) = 7+141+77=225 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.11% from 225); Green value is 141 (55.47% from 255 or 62.67% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 141 - color contains mainly: green. Hex color #078D4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078D4D is #F872B2. Grayscale: #5D5D5D. Windows color (decimal): -16282291 or 5082375. OLE color: 5082375.

HSL color Cylindrical-coordinate representation of color #078D4D: hue angle of 151.34º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078D4D is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.

Color convert

RGB 7 141 77 -
CMYK 0.95 0 0.45 0.45
HSL 151.34º 0.91% 0.29% -
HSV(B) 151.34º 0.95% 0.55% -
XYZ 10.95 19.63 10.23 -
YUV 93.64 118.61 66.2 -
System Red Green Blue C M Y K H S L
Decimal 7 141 77 0.95 0 0.45 0.45 151.34 0.91 0.29
Hex 7 8D 4D 5F 0 2D 2D 97 5B 1D
Octal 7 215 115 137 0 55 55 227 133 35
Binary 111 10001101 1001101 1011111 0 101101 101101 10010111 1011011 11101

Color Harmonies of #078D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078D4D

Black with #078D4D

Text Example


Text Example

White with #078D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078D4D; }

 p { color: rgb(7,141,77); }

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

background-color css

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

 a { background-color: rgb(7,141,77); }

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

border-color css

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

 span { border-color: rgb(7,141,77); }

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