Html Css Color HEX #079342 Pigment Green

📋 copy color: '#079342'

red 7 ◦ green 147 ◦ blue 66

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

Shades of Pigment Green #079342

Tints of Pigment Green #079342

RGB

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

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

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

R = 3.18%
G = 66.82%
B = 30%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#079342 (or 0x079342) is known color: Pigment Green. HEX triplet: 07, 93 and 42. RGB value is (7,147,66). Sum of RGB (Red+Green+Blue) = 7+147+66=220 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.18% from 220); Green value is 147 (57.81% from 255 or 66.82% from 220); Blue value is 66 (26.17% from 255 or 30% from 220); Max value from RGB is 147 - color contains mainly: green. Hex color #079342 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #079342 is #F86CBD. Grayscale: #606060. Windows color (decimal): -16280766 or 4363015. OLE color: 4363015.

HSL color Cylindrical-coordinate representation of color #079342: hue angle of 145.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 #079342 is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB 7 147 66 -
CMYK 0.95 0 0.55 0.42
HSL 145.29º 0.91% 0.3% -
HSV(B) 145.29º 0.95% 0.58% -
XYZ 11.5 21.31 8.66 -
YUV 95.91 111.12 64.59 -
System Red Green Blue C M Y K H S L
Decimal 7 147 66 0.95 0 0.55 0.42 145.29 0.91 0.3
Hex 7 93 42 5F 0 37 2A 91 5B 1E
Octal 7 223 102 137 0 67 52 221 133 36
Binary 111 10010011 1000010 1011111 0 110111 101010 10010001 1011011 11110

Color Harmonies of #079342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079342

Black with #079342

Text Example


Text Example

White with #079342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #079342; }

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

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

background-color css

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

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

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

border-color css

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

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

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