Html Css Color HEX #7D9D92 Granny Smith

📋 copy color: '#7D9D92'

red 125 ◦ green 157 ◦ blue 146

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

Shades of Granny Smith #7D9D92

Tints of Granny Smith #7D9D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.11%

R = 29.21%
G = 36.68%
B = 34.11%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#7D9D92 (or 0x7D9D92) is known color: Granny Smith. HEX triplet: 7D, 9D and 92. RGB value is (125,157,146). Sum of RGB (Red+Green+Blue) = 125+157+146=428 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.21% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 157 - color contains mainly: green. Hex color #7D9D92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D9D92 is #82626D. Grayscale: #929292. Windows color (decimal): -8544878 or 9608573. OLE color: 9608573.

HSL color Cylindrical-coordinate representation of color #7D9D92: hue angle of 159.38º 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 #7D9D92 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB 125 157 146 -
CMYK 0.20 0 0.07 0.38
HSL 159.38º 0.14% 0.55% -
HSV(B) 159.38º 0.2% 0.62% -
XYZ 25.7 30.55 31.74 -
YUV 146.18 127.9 112.89 -
System Red Green Blue C M Y K H S L
Decimal 125 157 146 0.20 0 0.07 0.38 159.38 0.14 0.55
Hex 7D 9D 92 14 0 7 26 9F E 37
Octal 175 235 222 24 0 7 46 237 16 67
Binary 1111101 10011101 10010010 10100 0 111 100110 10011111 1110 110111

Color Harmonies of #7D9D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9D92

Black with #7D9D92

Text Example


Text Example

White with #7D9D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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