Html Css Color HEX #7D988B Granny Smith

📋 copy color: '#7D988B'

red 125 ◦ green 152 ◦ blue 139

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

Shades of Granny Smith #7D988B

Tints of Granny Smith #7D988B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.54%

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

R = 30.05%
G = 36.54%
B = 33.41%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#7D988B (or 0x7D988B) is known color: Granny Smith. HEX triplet: 7D, 98 and 8B. RGB value is (125,152,139). Sum of RGB (Red+Green+Blue) = 125+152+139=416 (55% of max value = 765). Red value is 125 (49.22% from 255 or 30.05% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 152 - color contains mainly: green. Hex color #7D988B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D988B is #826774. Grayscale: #8E8E8E. Windows color (decimal): -8546165 or 9148541. OLE color: 9148541.

HSL color Cylindrical-coordinate representation of color #7D988B: hue angle of 151.11º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7D988B is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 125 152 139 -
CMYK 0.18 0 0.09 0.40
HSL 151.11º 0.12% 0.54% -
HSV(B) 151.11º 0.18% 0.6% -
XYZ 24.35 28.68 28.68 -
YUV 142.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 125 152 139 0.18 0 0.09 0.40 151.11 0.12 0.54
Hex 7D 98 8B 12 0 9 28 97 C 36
Octal 175 230 213 22 0 11 50 227 14 66
Binary 1111101 10011000 10001011 10010 0 1001 101000 10010111 1100 110110

Color Harmonies of #7D988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D988B

Black with #7D988B

Text Example


Text Example

White with #7D988B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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