Html Css Color HEX #7F988E Granny Smith

📋 copy color: '#7F988E'

red 127 ◦ green 152 ◦ blue 142

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

Shades of Granny Smith #7F988E

Tints of Granny Smith #7F988E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.73%

R = 30.17%
G = 36.1%
B = 33.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#7F988E (or 0x7F988E) is known color: Granny Smith. HEX triplet: 7F, 98 and 8E. RGB value is (127,152,142). Sum of RGB (Red+Green+Blue) = 127+152+142=421 (55% of max value = 765). Red value is 127 (50% from 255 or 30.17% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 152 - color contains mainly: green. Hex color #7F988E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F988E is #806771. Grayscale: #8F8F8F. Windows color (decimal): -8415090 or 9345151. OLE color: 9345151.

HSL color Cylindrical-coordinate representation of color #7F988E: hue angle of 156º 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 #7F988E is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 127 152 142 -
CMYK 0.16 0 0.07 0.40
HSL 156º 0.11% 0.55% -
HSV(B) 156º 0.16% 0.6% -
XYZ 24.86 28.92 29.86 -
YUV 143.39 127.22 116.31 -
System Red Green Blue C M Y K H S L
Decimal 127 152 142 0.16 0 0.07 0.40 156 0.11 0.55
Hex 7F 98 8E 10 0 7 28 9C B 37
Octal 177 230 216 20 0 7 50 234 13 67
Binary 1111111 10011000 10001110 10000 0 111 101000 10011100 1011 110111

Color Harmonies of #7F988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F988E

Black with #7F988E

Text Example


Text Example

White with #7F988E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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