Html Css Color HEX #079350 Pigment Green

📋 copy color: '#079350'

red 7 ◦ green 147 ◦ blue 80

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

Shades of Pigment Green #079350

Tints of Pigment Green #079350

RGB

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

 GREEN value IS 147 (57.81% from 255) = 62.82%

 BLUE value IS 80 (31.64% from 255) = 34.19%

R = 2.99%
G = 62.82%
B = 34.19%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#079350 (or 0x079350) is known color: Pigment Green. HEX triplet: 07, 93 and 50. RGB value is (7,147,80). Sum of RGB (Red+Green+Blue) = 7+147+80=234 (30% of max value = 765). Red value is 7 (3.12% from 255 or 2.99% from 234); Green value is 147 (57.81% from 255 or 62.82% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 147 - color contains mainly: green. Hex color #079350 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #079350 is #F86CAF. Grayscale: #616161. Windows color (decimal): -16280752 or 5280519. OLE color: 5280519.

HSL color Cylindrical-coordinate representation of color #079350: hue angle of 151.29º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #079350 is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 7 147 80 -
CMYK 0.95 0 0.46 0.42
HSL 151.29º 0.91% 0.3% -
HSV(B) 151.29º 0.95% 0.58% -
XYZ 11.97 21.49 11.11 -
YUV 97.5 118.12 63.45 -
System Red Green Blue C M Y K H S L
Decimal 7 147 80 0.95 0 0.46 0.42 151.29 0.91 0.3
Hex 7 93 50 5F 0 2E 2A 97 5B 1E
Octal 7 223 120 137 0 56 52 227 133 36
Binary 111 10010011 1010000 1011111 0 101110 101010 10010111 1011011 11110

Color Harmonies of #079350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079350

Black with #079350

Text Example


Text Example

White with #079350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #079350; }

 p { color: rgb(7,147,80); }

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

background-color css

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

 a { background-color: rgb(7,147,80); }

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

border-color css

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

 span { border-color: rgb(7,147,80); }

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