Html Css Color HEX #7F9E93 Granny Smith

📋 copy color: '#7F9E93'

red 127 ◦ green 158 ◦ blue 147

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

Shades of Granny Smith #7F9E93

Tints of Granny Smith #7F9E93

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.57%

 BLUE value IS 147 (57.81% from 255) = 34.03%

R = 29.4%
G = 36.57%
B = 34.03%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#7F9E93 (or 0x7F9E93) is known color: Granny Smith. HEX triplet: 7F, 9E and 93. RGB value is (127,158,147). Sum of RGB (Red+Green+Blue) = 127+158+147=432 (57% of max value = 765). Red value is 127 (50% from 255 or 29.40% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 147 (57.81% from 255 or 34.03% from 432); Max value from RGB is 158 - color contains mainly: green. Hex color #7F9E93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9E93 is #80616C. Grayscale: #939393. Windows color (decimal): -8413549 or 9674367. OLE color: 9674367.

HSL color Cylindrical-coordinate representation of color #7F9E93: hue angle of 158.71º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7F9E93 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB 127 158 147 -
CMYK 0.20 0 0.07 0.38
HSL 158.71º 0.14% 0.56% -
HSV(B) 158.71º 0.2% 0.62% -
XYZ 26.25 31.07 32.22 -
YUV 147.48 127.73 113.39 -
System Red Green Blue C M Y K H S L
Decimal 127 158 147 0.20 0 0.07 0.38 158.71 0.14 0.56
Hex 7F 9E 93 14 0 7 26 9F E 38
Octal 177 236 223 24 0 7 46 237 16 70
Binary 1111111 10011110 10010011 10100 0 111 100110 10011111 1110 111000

Color Harmonies of #7F9E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9E93

Black with #7F9E93

Text Example


Text Example

White with #7F9E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,158,147); }

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

background-color css

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

 a { background-color: rgb(127,158,147); }

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

border-color css

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

 span { border-color: rgb(127,158,147); }

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