Html Css Color HEX #078D4C Salem

📋 copy color: '#078D4C'

red 7 ◦ green 141 ◦ blue 76

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

Shades of Salem #078D4C

Tints of Salem #078D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 33.93%

R = 3.13%
G = 62.95%
B = 33.93%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#078D4C (or 0x078D4C) is known color: Salem. HEX triplet: 07, 8D and 4C. RGB value is (7,141,76). Sum of RGB (Red+Green+Blue) = 7+141+76=224 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.12% from 224); Green value is 141 (55.47% from 255 or 62.95% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 141 - color contains mainly: green. Hex color #078D4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078D4C is #F872B3. Grayscale: #5D5D5D. Windows color (decimal): -16282292 or 5016839. OLE color: 5016839.

HSL color Cylindrical-coordinate representation of color #078D4C: hue angle of 150.9º 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 #078D4C is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB 7 141 76 -
CMYK 0.95 0 0.46 0.45
HSL 150.9º 0.91% 0.29% -
HSV(B) 150.9º 0.95% 0.55% -
XYZ 10.92 19.62 10.05 -
YUV 93.52 118.11 66.29 -
System Red Green Blue C M Y K H S L
Decimal 7 141 76 0.95 0 0.46 0.45 150.9 0.91 0.29
Hex 7 8D 4C 5F 0 2E 2D 97 5B 1D
Octal 7 215 114 137 0 56 55 227 133 35
Binary 111 10001101 1001100 1011111 0 101110 101101 10010111 1011011 11101

Color Harmonies of #078D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078D4C

Black with #078D4C

Text Example


Text Example

White with #078D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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