Html Css Color HEX #7F9890 Granny Smith

📋 copy color: '#7F9890'

red 127 ◦ green 152 ◦ blue 144

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

Shades of Granny Smith #7F9890

Tints of Granny Smith #7F9890

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.93%

 BLUE value IS 144 (56.64% from 255) = 34.04%

R = 30.02%
G = 35.93%
B = 34.04%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#7F9890 (or 0x7F9890) is known color: Granny Smith. HEX triplet: 7F, 98 and 90. RGB value is (127,152,144). Sum of RGB (Red+Green+Blue) = 127+152+144=423 (56% of max value = 765). Red value is 127 (50% from 255 or 30.02% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 152 - color contains mainly: green. Hex color #7F9890 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9890 is #80676F. Grayscale: #8F8F8F. Windows color (decimal): -8415088 or 9476223. OLE color: 9476223.

HSL color Cylindrical-coordinate representation of color #7F9890: hue angle of 160.8º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7F9890 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB 127 152 144 -
CMYK 0.16 0 0.05 0.40
HSL 160.8º 0.11% 0.55% -
HSV(B) 160.8º 0.16% 0.6% -
XYZ 25.01 28.98 30.66 -
YUV 143.61 128.22 116.15 -
System Red Green Blue C M Y K H S L
Decimal 127 152 144 0.16 0 0.05 0.40 160.8 0.11 0.55
Hex 7F 98 90 10 0 5 28 A1 B 37
Octal 177 230 220 20 0 5 50 241 13 67
Binary 1111111 10011000 10010000 10000 0 101 101000 10100001 1011 110111

Color Harmonies of #7F9890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9890

Black with #7F9890

Text Example


Text Example

White with #7F9890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,152,144); }

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

background-color css

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

 a { background-color: rgb(127,152,144); }

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

border-color css

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

 span { border-color: rgb(127,152,144); }

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