Html Css Color HEX #7D9C95 Granny Smith

📋 copy color: '#7D9C95'

red 125 ◦ green 156 ◦ blue 149

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

Shades of Granny Smith #7D9C95

Tints of Granny Smith #7D9C95

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.28%

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

R = 29.07%
G = 36.28%
B = 34.65%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#7D9C95 (or 0x7D9C95) is known color: Granny Smith. HEX triplet: 7D, 9C and 95. RGB value is (125,156,149). Sum of RGB (Red+Green+Blue) = 125+156+149=430 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.07% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 156 - color contains mainly: green. Hex color #7D9C95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D9C95 is #82636A. Grayscale: #919191. Windows color (decimal): -8545131 or 9804925. OLE color: 9804925.

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

Color convert

RGB 125 156 149 -
CMYK 0.20 0 0.04 0.39
HSL 166.45º 0.14% 0.55% -
HSV(B) 166.45º 0.2% 0.61% -
XYZ 25.77 30.31 32.93 -
YUV 145.93 129.73 113.07 -
System Red Green Blue C M Y K H S L
Decimal 125 156 149 0.20 0 0.04 0.39 166.45 0.14 0.55
Hex 7D 9C 95 14 0 4 27 A6 E 37
Octal 175 234 225 24 0 4 47 246 16 67
Binary 1111101 10011100 10010101 10100 0 100 100111 10100110 1110 110111

Color Harmonies of #7D9C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9C95

Black with #7D9C95

Text Example


Text Example

White with #7D9C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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