Html Css Color HEX #078C4F Salem

📋 copy color: '#078C4F'

red 7 ◦ green 140 ◦ blue 79

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

Shades of Salem #078C4F

Tints of Salem #078C4F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 61.95%

 BLUE value IS 79 (31.25% from 255) = 34.96%

R = 3.1%
G = 61.95%
B = 34.96%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.44

 K value IS 0.45

RGB Variations

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

Color information

#078C4F (or 0x078C4F) is known color: Salem. HEX triplet: 07, 8C and 4F. RGB value is (7,140,79). Sum of RGB (Red+Green+Blue) = 7+140+79=226 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.10% from 226); Green value is 140 (55.08% from 255 or 61.95% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 140 - color contains mainly: green. Hex color #078C4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078C4F is #F873B0. Grayscale: #5D5D5D. Windows color (decimal): -16282545 or 5213191. OLE color: 5213191.

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

Color convert

RGB 7 140 79 -
CMYK 0.95 0 0.44 0.45
HSL 152.48º 0.9% 0.29% -
HSV(B) 152.48º 0.95% 0.55% -
XYZ 10.88 19.37 10.56 -
YUV 93.28 119.94 66.46 -
System Red Green Blue C M Y K H S L
Decimal 7 140 79 0.95 0 0.44 0.45 152.48 0.9 0.29
Hex 7 8C 4F 5F 0 2C 2D 98 5A 1D
Octal 7 214 117 137 0 54 55 230 132 35
Binary 111 10001100 1001111 1011111 0 101100 101101 10011000 1011010 11101

Color Harmonies of #078C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078C4F

Black with #078C4F

Text Example


Text Example

White with #078C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,140,79); }

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

background-color css

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

 a { background-color: rgb(7,140,79); }

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

border-color css

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

 span { border-color: rgb(7,140,79); }

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