Html Css Color HEX #078A3A Salem

📋 copy color: '#078A3A'

red 7 ◦ green 138 ◦ blue 58

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

Shades of Salem #078A3A

Tints of Salem #078A3A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 67.98%

 BLUE value IS 58 (23.05% from 255) = 28.57%

R = 3.45%
G = 67.98%
B = 28.57%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#078A3A (or 0x078A3A) is known color: Salem. HEX triplet: 07, 8A and 3A. RGB value is (7,138,58). Sum of RGB (Red+Green+Blue) = 7+138+58=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 138 (54.30% from 255 or 67.98% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 138 - color contains mainly: green. Hex color #078A3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078A3A is #F875C5. Grayscale: #595959. Windows color (decimal): -16283078 or 3836423. OLE color: 3836423.

HSL color Cylindrical-coordinate representation of color #078A3A: hue angle of 143.36º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078A3A is Cyan = 0.95, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB 7 138 58 -
CMYK 0.95 0 0.58 0.46
HSL 143.36º 0.9% 0.28% -
HSV(B) 143.36º 0.95% 0.54% -
XYZ 9.94 18.53 7.06 -
YUV 89.71 110.1 69 -
System Red Green Blue C M Y K H S L
Decimal 7 138 58 0.95 0 0.58 0.46 143.36 0.9 0.28
Hex 7 8A 3A 5F 0 3A 2E 8F 5A 1C
Octal 7 212 72 137 0 72 56 217 132 34
Binary 111 10001010 111010 1011111 0 111010 101110 10001111 1011010 11100

Color Harmonies of #078A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078A3A

Black with #078A3A

Text Example


Text Example

White with #078A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,138,58); }

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

background-color css

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

 a { background-color: rgb(7,138,58); }

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

border-color css

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

 span { border-color: rgb(7,138,58); }

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