Html Css Color HEX #7D948A Granny Smith

📋 copy color: '#7D948A'

red 125 ◦ green 148 ◦ blue 138

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

Shades of Granny Smith #7D948A

Tints of Granny Smith #7D948A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.58%

R = 30.41%
G = 36.01%
B = 33.58%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#7D948A (or 0x7D948A) is known color: Granny Smith. HEX triplet: 7D, 94 and 8A. RGB value is (125,148,138). Sum of RGB (Red+Green+Blue) = 125+148+138=411 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.41% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 148 - color contains mainly: green. Hex color #7D948A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D948A is #826B75. Grayscale: #8C8C8C. Windows color (decimal): -8547190 or 9081981. OLE color: 9081981.

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

Color convert

RGB 125 148 138 -
CMYK 0.16 0 0.07 0.42
HSL 153.91º 0.1% 0.54% -
HSV(B) 153.91º 0.16% 0.58% -
XYZ 23.63 27.37 28.08 -
YUV 139.98 126.88 117.31 -
System Red Green Blue C M Y K H S L
Decimal 125 148 138 0.16 0 0.07 0.42 153.91 0.1 0.54
Hex 7D 94 8A 10 0 7 2A 9A A 36
Octal 175 224 212 20 0 7 52 232 12 66
Binary 1111101 10010100 10001010 10000 0 111 101010 10011010 1010 110110

Color Harmonies of #7D948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D948A

Black with #7D948A

Text Example


Text Example

White with #7D948A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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