Html Css Color HEX #7D9F94 Granny Smith

📋 copy color: '#7D9F94'

red 125 ◦ green 159 ◦ blue 148

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

Shades of Granny Smith #7D9F94

Tints of Granny Smith #7D9F94

RGB

 RED value IS 125 (49.22% from 255) = 28.94%

 GREEN value IS 159 (62.5% from 255) = 36.81%

 BLUE value IS 148 (58.2% from 255) = 34.26%

R = 28.94%
G = 36.81%
B = 34.26%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#7D9F94 (or 0x7D9F94) is known color: Granny Smith. HEX triplet: 7D, 9F and 94. RGB value is (125,159,148). Sum of RGB (Red+Green+Blue) = 125+159+148=432 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.94% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 148 (58.20% from 255 or 34.26% from 432); Max value from RGB is 159 - color contains mainly: green. Hex color #7D9F94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D9F94 is #82606B. Grayscale: #939393. Windows color (decimal): -8544364 or 9740157. OLE color: 9740157.

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

Color convert

RGB 125 159 148 -
CMYK 0.21 0 0.07 0.38
HSL 160.59º 0.15% 0.56% -
HSV(B) 160.59º 0.21% 0.62% -
XYZ 26.2 31.29 32.68 -
YUV 147.58 128.24 111.89 -
System Red Green Blue C M Y K H S L
Decimal 125 159 148 0.21 0 0.07 0.38 160.59 0.15 0.56
Hex 7D 9F 94 15 0 7 26 A1 F 38
Octal 175 237 224 25 0 7 46 241 17 70
Binary 1111101 10011111 10010100 10101 0 111 100110 10100001 1111 111000

Color Harmonies of #7D9F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9F94

Black with #7D9F94

Text Example


Text Example

White with #7D9F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,159,148); }

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

background-color css

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

 a { background-color: rgb(125,159,148); }

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

border-color css

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

 span { border-color: rgb(125,159,148); }

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