Html Css Color HEX #7D9B95 Granny Smith

📋 copy color: '#7D9B95'

red 125 ◦ green 155 ◦ blue 149

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

Shades of Granny Smith #7D9B95

Tints of Granny Smith #7D9B95

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.13%

 BLUE value IS 149 (58.59% from 255) = 34.73%

R = 29.14%
G = 36.13%
B = 34.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#7D9B95 (or 0x7D9B95) is known color: Granny Smith. HEX triplet: 7D, 9B and 95. RGB value is (125,155,149). Sum of RGB (Red+Green+Blue) = 125+155+149=429 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.14% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 155 - color contains mainly: green. Hex color #7D9B95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D9B95 is #82646A. Grayscale: #919191. Windows color (decimal): -8545387 or 9804669. OLE color: 9804669.

HSL color Cylindrical-coordinate representation of color #7D9B95: hue angle of 168º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7D9B95 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB 125 155 149 -
CMYK 0.19 0 0.04 0.39
HSL 168º 0.13% 0.55% -
HSV(B) 168º 0.19% 0.61% -
XYZ 25.6 29.97 32.87 -
YUV 145.35 130.06 113.49 -
System Red Green Blue C M Y K H S L
Decimal 125 155 149 0.19 0 0.04 0.39 168 0.13 0.55
Hex 7D 9B 95 13 0 4 27 A8 D 37
Octal 175 233 225 23 0 4 47 250 15 67
Binary 1111101 10011011 10010101 10011 0 100 100111 10101000 1101 110111

Color Harmonies of #7D9B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9B95

Black with #7D9B95

Text Example


Text Example

White with #7D9B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,155,149); }

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

background-color css

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

 a { background-color: rgb(125,155,149); }

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

border-color css

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

 span { border-color: rgb(125,155,149); }

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