Html Css Color HEX #07914D Pigment Green

📋 copy color: '#07914D'

red 7 ◦ green 145 ◦ blue 77

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

Shades of Pigment Green #07914D

Tints of Pigment Green #07914D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 63.32%

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

R = 3.06%
G = 63.32%
B = 33.62%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.47

 K value IS 0.43

RGB Variations

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

Color information

#07914D (or 0x07914D) is known color: Pigment Green. HEX triplet: 07, 91 and 4D. RGB value is (7,145,77). Sum of RGB (Red+Green+Blue) = 7+145+77=229 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.06% from 229); Green value is 145 (57.03% from 255 or 63.32% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 145 - color contains mainly: green. Hex color #07914D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07914D is #F86EB2. Grayscale: #606060. Windows color (decimal): -16281267 or 5083399. OLE color: 5083399.

HSL color Cylindrical-coordinate representation of color #07914D: hue angle of 150.43º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07914D is Cyan = 0.95, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB 7 145 77 -
CMYK 0.95 0 0.47 0.43
HSL 150.43º 0.91% 0.3% -
HSV(B) 150.43º 0.95% 0.57% -
XYZ 11.55 20.83 10.43 -
YUV 95.99 117.28 64.53 -
System Red Green Blue C M Y K H S L
Decimal 7 145 77 0.95 0 0.47 0.43 150.43 0.91 0.3
Hex 7 91 4D 5F 0 2F 2B 96 5B 1E
Octal 7 221 115 137 0 57 53 226 133 36
Binary 111 10010001 1001101 1011111 0 101111 101011 10010110 1011011 11110

Color Harmonies of #07914D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07914D

Black with #07914D

Text Example


Text Example

White with #07914D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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