Html Css Color HEX #7D948F Granny Smith

📋 copy color: '#7D948F'

red 125 ◦ green 148 ◦ blue 143

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

Shades of Granny Smith #7D948F

Tints of Granny Smith #7D948F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.38%

R = 30.05%
G = 35.58%
B = 34.38%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#7D948F (or 0x7D948F) is known color: Granny Smith. HEX triplet: 7D, 94 and 8F. RGB value is (125,148,143). Sum of RGB (Red+Green+Blue) = 125+148+143=416 (55% of max value = 765). Red value is 125 (49.22% from 255 or 30.05% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 148 - color contains mainly: green. Hex color #7D948F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D948F is #826B70. Grayscale: #8C8C8C. Windows color (decimal): -8547185 or 9409661. OLE color: 9409661.

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

Color convert

RGB 125 148 143 -
CMYK 0.16 0 0.03 0.42
HSL 166.96º 0.1% 0.54% -
HSV(B) 166.96º 0.16% 0.58% -
XYZ 24.01 27.52 30.03 -
YUV 140.55 129.38 116.91 -
System Red Green Blue C M Y K H S L
Decimal 125 148 143 0.16 0 0.03 0.42 166.96 0.1 0.54
Hex 7D 94 8F 10 0 3 2A A7 A 36
Octal 175 224 217 20 0 3 52 247 12 66
Binary 1111101 10010100 10001111 10000 0 11 101010 10100111 1010 110110

Color Harmonies of #7D948F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D948F

Black with #7D948F

Text Example


Text Example

White with #7D948F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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