Html Css Color HEX #7F9591 Granny Smith

📋 copy color: '#7F9591'

red 127 ◦ green 149 ◦ blue 145

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

Shades of Granny Smith #7F9591

Tints of Granny Smith #7F9591

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.39%

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

R = 30.17%
G = 35.39%
B = 34.44%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#7F9591 (or 0x7F9591) is known color: Granny Smith. HEX triplet: 7F, 95 and 91. RGB value is (127,149,145). Sum of RGB (Red+Green+Blue) = 127+149+145=421 (55% of max value = 765). Red value is 127 (50% from 255 or 30.17% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 145 (57.03% from 255 or 34.44% from 421); Max value from RGB is 149 - color contains mainly: green. Hex color #7F9591 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9591 is #806A6E. Grayscale: #8D8D8D. Windows color (decimal): -8415855 or 9540991. OLE color: 9540991.

HSL color Cylindrical-coordinate representation of color #7F9591: hue angle of 169.09º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7F9591 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 127 149 145 -
CMYK 0.15 0 0.03 0.42
HSL 169.09º 0.09% 0.54% -
HSV(B) 169.09º 0.15% 0.58% -
XYZ 24.61 28.05 30.91 -
YUV 141.97 129.71 117.33 -
System Red Green Blue C M Y K H S L
Decimal 127 149 145 0.15 0 0.03 0.42 169.09 0.09 0.54
Hex 7F 95 91 F 0 3 2A A9 9 36
Octal 177 225 221 17 0 3 52 251 11 66
Binary 1111111 10010101 10010001 1111 0 11 101010 10101001 1001 110110

Color Harmonies of #7F9591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9591

Black with #7F9591

Text Example


Text Example

White with #7F9591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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