Html Css Color HEX #7D9D94 Granny Smith

📋 copy color: '#7D9D94'

red 125 ◦ green 157 ◦ blue 148

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

Shades of Granny Smith #7D9D94

Tints of Granny Smith #7D9D94

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.51%

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

R = 29.07%
G = 36.51%
B = 34.42%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#7D9D94 (or 0x7D9D94) is known color: Granny Smith. HEX triplet: 7D, 9D and 94. RGB value is (125,157,148). Sum of RGB (Red+Green+Blue) = 125+157+148=430 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.07% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 157 - color contains mainly: green. Hex color #7D9D94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D9D94 is #82626B. Grayscale: #929292. Windows color (decimal): -8544876 or 9739645. OLE color: 9739645.

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

Color convert

RGB 125 157 148 -
CMYK 0.20 0 0.06 0.38
HSL 163.13º 0.14% 0.55% -
HSV(B) 163.13º 0.2% 0.62% -
XYZ 25.86 30.61 32.56 -
YUV 146.41 128.9 112.73 -
System Red Green Blue C M Y K H S L
Decimal 125 157 148 0.20 0 0.06 0.38 163.13 0.14 0.55
Hex 7D 9D 94 14 0 6 26 A3 E 37
Octal 175 235 224 24 0 6 46 243 16 67
Binary 1111101 10011101 10010100 10100 0 110 100110 10100011 1110 110111

Color Harmonies of #7D9D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9D94

Black with #7D9D94

Text Example


Text Example

White with #7D9D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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