Html Css Color HEX #7D908A Granny Smith

📋 copy color: '#7D908A'

red 125 ◦ green 144 ◦ blue 138

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

Shades of Granny Smith #7D908A

Tints of Granny Smith #7D908A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.38%

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

R = 30.71%
G = 35.38%
B = 33.91%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#7D908A (or 0x7D908A) is known color: Granny Smith. HEX triplet: 7D, 90 and 8A. RGB value is (125,144,138). Sum of RGB (Red+Green+Blue) = 125+144+138=407 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.71% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 144 - color contains mainly: green. Hex color #7D908A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D908A is #826F75. Grayscale: #898989. Windows color (decimal): -8548214 or 9080957. OLE color: 9080957.

HSL color Cylindrical-coordinate representation of color #7D908A: hue angle of 161.05º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7D908A is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 125 144 138 -
CMYK 0.13 0 0.04 0.44
HSL 161.05º 0.08% 0.53% -
HSV(B) 161.05º 0.13% 0.56% -
XYZ 23.02 26.14 27.88 -
YUV 137.64 128.21 118.99 -
System Red Green Blue C M Y K H S L
Decimal 125 144 138 0.13 0 0.04 0.44 161.05 0.08 0.53
Hex 7D 90 8A D 0 4 2C A1 8 35
Octal 175 220 212 15 0 4 54 241 10 65
Binary 1111101 10010000 10001010 1101 0 100 101100 10100001 1000 110101

Color Harmonies of #7D908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D908A

Black with #7D908A

Text Example


Text Example

White with #7D908A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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