Html Css Color HEX #7D948B Granny Smith

📋 copy color: '#7D948B'

red 125 ◦ green 148 ◦ blue 139

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

Shades of Granny Smith #7D948B

Tints of Granny Smith #7D948B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.92%

 BLUE value IS 139 (54.69% from 255) = 33.74%

R = 30.34%
G = 35.92%
B = 33.74%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#7D948B (or 0x7D948B) is known color: Granny Smith. HEX triplet: 7D, 94 and 8B. RGB value is (125,148,139). Sum of RGB (Red+Green+Blue) = 125+148+139=412 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.34% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 148 - color contains mainly: green. Hex color #7D948B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D948B is #826B74. Grayscale: #8C8C8C. Windows color (decimal): -8547189 or 9147517. OLE color: 9147517.

HSL color Cylindrical-coordinate representation of color #7D948B: hue angle of 156.52º 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 #7D948B is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 148 139 -
CMYK 0.16 0 0.06 0.42
HSL 156.52º 0.1% 0.54% -
HSV(B) 156.52º 0.16% 0.58% -
XYZ 23.71 27.4 28.47 -
YUV 140.1 127.38 117.23 -
System Red Green Blue C M Y K H S L
Decimal 125 148 139 0.16 0 0.06 0.42 156.52 0.1 0.54
Hex 7D 94 8B 10 0 6 2A 9D A 36
Octal 175 224 213 20 0 6 52 235 12 66
Binary 1111101 10010100 10001011 10000 0 110 101010 10011101 1010 110110

Color Harmonies of #7D948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D948B

Black with #7D948B

Text Example


Text Example

White with #7D948B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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