Html Css Color HEX #078C42 Salem

📋 copy color: '#078C42'

red 7 ◦ green 140 ◦ blue 66

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

Shades of Salem #078C42

Tints of Salem #078C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 30.99%

R = 3.29%
G = 65.73%
B = 30.99%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#078C42 (or 0x078C42) is known color: Salem. HEX triplet: 07, 8C and 42. RGB value is (7,140,66). Sum of RGB (Red+Green+Blue) = 7+140+66=213 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.29% from 213); Green value is 140 (55.08% from 255 or 65.73% from 213); Blue value is 66 (26.17% from 255 or 30.99% from 213); Max value from RGB is 140 - color contains mainly: green. Hex color #078C42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078C42 is #F873BD. Grayscale: #5B5B5B. Windows color (decimal): -16282558 or 4361223. OLE color: 4361223.

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

Color convert

RGB 7 140 66 -
CMYK 0.95 0 0.53 0.45
HSL 146.62º 0.9% 0.29% -
HSV(B) 146.62º 0.95% 0.55% -
XYZ 10.45 19.19 8.31 -
YUV 91.8 113.44 67.52 -
System Red Green Blue C M Y K H S L
Decimal 7 140 66 0.95 0 0.53 0.45 146.62 0.9 0.29
Hex 7 8C 42 5F 0 35 2D 93 5A 1D
Octal 7 214 102 137 0 65 55 223 132 35
Binary 111 10001100 1000010 1011111 0 110101 101101 10010011 1011010 11101

Color Harmonies of #078C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078C42

Black with #078C42

Text Example


Text Example

White with #078C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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