Html Css Color HEX #7F9D91 Granny Smith

📋 copy color: '#7F9D91'

red 127 ◦ green 157 ◦ blue 145

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

Shades of Granny Smith #7F9D91

Tints of Granny Smith #7F9D91

RGB

 RED value IS 127 (50% from 255) = 29.6%

 GREEN value IS 157 (61.72% from 255) = 36.6%

 BLUE value IS 145 (57.03% from 255) = 33.8%

R = 29.6%
G = 36.6%
B = 33.8%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#7F9D91 (or 0x7F9D91) is known color: Granny Smith. HEX triplet: 7F, 9D and 91. RGB value is (127,157,145). Sum of RGB (Red+Green+Blue) = 127+157+145=429 (56% of max value = 765). Red value is 127 (50% from 255 or 29.60% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 157 - color contains mainly: green. Hex color #7F9D91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9D91 is #80626E. Grayscale: #929292. Windows color (decimal): -8413807 or 9543039. OLE color: 9543039.

HSL color Cylindrical-coordinate representation of color #7F9D91: hue angle of 156º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7F9D91 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 127 157 145 -
CMYK 0.19 0 0.08 0.38
HSL 156º 0.13% 0.56% -
HSV(B) 156º 0.19% 0.62% -
XYZ 25.92 30.67 31.34 -
YUV 146.66 127.06 113.98 -
System Red Green Blue C M Y K H S L
Decimal 127 157 145 0.19 0 0.08 0.38 156 0.13 0.56
Hex 7F 9D 91 13 0 8 26 9C D 38
Octal 177 235 221 23 0 10 46 234 15 70
Binary 1111111 10011101 10010001 10011 0 1000 100110 10011100 1101 111000

Color Harmonies of #7F9D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9D91

Black with #7F9D91

Text Example


Text Example

White with #7F9D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F9D91; }

 p { color: rgb(127,157,145); }

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

background-color css

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

 a { background-color: rgb(127,157,145); }

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

border-color css

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

 span { border-color: rgb(127,157,145); }

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