Html Css Color HEX #7D958D Granny Smith

📋 copy color: '#7D958D'

red 125 ◦ green 149 ◦ blue 141

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

Shades of Granny Smith #7D958D

Tints of Granny Smith #7D958D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.9%

 BLUE value IS 141 (55.47% from 255) = 33.98%

R = 30.12%
G = 35.9%
B = 33.98%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#7D958D (or 0x7D958D) is known color: Granny Smith. HEX triplet: 7D, 95 and 8D. RGB value is (125,149,141). Sum of RGB (Red+Green+Blue) = 125+149+141=415 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.12% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 149 - color contains mainly: green. Hex color #7D958D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D958D is #826A72. Grayscale: #8C8C8C. Windows color (decimal): -8546931 or 9278845. OLE color: 9278845.

HSL color Cylindrical-coordinate representation of color #7D958D: hue angle of 160º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7D958D is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 149 141 -
CMYK 0.16 0 0.05 0.42
HSL 160º 0.1% 0.54% -
HSV(B) 160º 0.16% 0.58% -
XYZ 24.01 27.78 29.3 -
YUV 140.91 128.05 116.65 -
System Red Green Blue C M Y K H S L
Decimal 125 149 141 0.16 0 0.05 0.42 160 0.1 0.54
Hex 7D 95 8D 10 0 5 2A A0 A 36
Octal 175 225 215 20 0 5 52 240 12 66
Binary 1111101 10010101 10001101 10000 0 101 101010 10100000 1010 110110

Color Harmonies of #7D958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D958D

Black with #7D958D

Text Example


Text Example

White with #7D958D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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