Html Css Color HEX #7D908B Granny Smith

📋 copy color: '#7D908B'

red 125 ◦ green 144 ◦ blue 139

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

Shades of Granny Smith #7D908B

Tints of Granny Smith #7D908B

RGB

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

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

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

R = 30.64%
G = 35.29%
B = 34.07%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#7D908B (or 0x7D908B) is known color: Granny Smith. HEX triplet: 7D, 90 and 8B. RGB value is (125,144,139). Sum of RGB (Red+Green+Blue) = 125+144+139=408 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.64% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 144 - color contains mainly: green. Hex color #7D908B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D908B is #826F74. Grayscale: #898989. Windows color (decimal): -8548213 or 9146493. OLE color: 9146493.

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

Color convert

RGB 125 144 139 -
CMYK 0.13 0 0.03 0.44
HSL 164.21º 0.08% 0.53% -
HSV(B) 164.21º 0.13% 0.56% -
XYZ 23.09 26.17 28.26 -
YUV 137.75 128.71 118.91 -
System Red Green Blue C M Y K H S L
Decimal 125 144 139 0.13 0 0.03 0.44 164.21 0.08 0.53
Hex 7D 90 8B D 0 3 2C A4 8 35
Octal 175 220 213 15 0 3 54 244 10 65
Binary 1111101 10010000 10001011 1101 0 11 101100 10100100 1000 110101

Color Harmonies of #7D908B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D908B

Black with #7D908B

Text Example


Text Example

White with #7D908B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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