Html Css Color HEX #07964D Pigment Green

📋 copy color: '#07964D'

red 7 ◦ green 150 ◦ blue 77

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

Shades of Pigment Green #07964D

Tints of Pigment Green #07964D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 64.1%

 BLUE value IS 77 (30.47% from 255) = 32.91%

R = 2.99%
G = 64.1%
B = 32.91%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#07964D (or 0x07964D) is known color: Pigment Green. HEX triplet: 07, 96 and 4D. RGB value is (7,150,77). Sum of RGB (Red+Green+Blue) = 7+150+77=234 (30% of max value = 765). Red value is 7 (3.12% from 255 or 2.99% from 234); Green value is 150 (58.98% from 255 or 64.10% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 150 - color contains mainly: green. Hex color #07964D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07964D is #F869B2. Grayscale: #636363. Windows color (decimal): -16279987 or 5084679. OLE color: 5084679.

HSL color Cylindrical-coordinate representation of color #07964D: hue angle of 149.37º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07964D is Cyan = 0.95, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 7 150 77 -
CMYK 0.95 0 0.49 0.41
HSL 149.37º 0.91% 0.31% -
HSV(B) 149.37º 0.95% 0.59% -
XYZ 12.33 22.39 10.69 -
YUV 98.92 115.62 62.44 -
System Red Green Blue C M Y K H S L
Decimal 7 150 77 0.95 0 0.49 0.41 149.37 0.91 0.31
Hex 7 96 4D 5F 0 31 29 95 5B 1F
Octal 7 226 115 137 0 61 51 225 133 37
Binary 111 10010110 1001101 1011111 0 110001 101001 10010101 1011011 11111

Color Harmonies of #07964D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07964D

Black with #07964D

Text Example


Text Example

White with #07964D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07964D; }

 p { color: rgb(7,150,77); }

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

background-color css

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

 a { background-color: rgb(7,150,77); }

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

border-color css

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

 span { border-color: rgb(7,150,77); }

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