Html Css Color HEX #7C988F Granny Smith

📋 copy color: '#7C988F'

red 124 ◦ green 152 ◦ blue 143

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

Shades of Granny Smith #7C988F

Tints of Granny Smith #7C988F

RGB

 RED value IS 124 (48.83% from 255) = 29.59%

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

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

R = 29.59%
G = 36.28%
B = 34.13%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#7C988F (or 0x7C988F) is known color: Granny Smith. HEX triplet: 7C, 98 and 8F. RGB value is (124,152,143). Sum of RGB (Red+Green+Blue) = 124+152+143=419 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.59% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 152 - color contains mainly: green. Hex color #7C988F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C988F is #836770. Grayscale: #8E8E8E. Windows color (decimal): -8611697 or 9410684. OLE color: 9410684.

HSL color Cylindrical-coordinate representation of color #7C988F: hue angle of 160.71º 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 #7C988F is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 124 152 143 -
CMYK 0.18 0 0.06 0.40
HSL 160.71º 0.12% 0.54% -
HSV(B) 160.71º 0.18% 0.6% -
XYZ 24.5 28.72 30.24 -
YUV 142.6 128.22 114.73 -
System Red Green Blue C M Y K H S L
Decimal 124 152 143 0.18 0 0.06 0.40 160.71 0.12 0.54
Hex 7C 98 8F 12 0 6 28 A1 C 36
Octal 174 230 217 22 0 6 50 241 14 66
Binary 1111100 10011000 10001111 10010 0 110 101000 10100001 1100 110110

Color Harmonies of #7C988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C988F

Black with #7C988F

Text Example


Text Example

White with #7C988F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,152,143); }

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

background-color css

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

 a { background-color: rgb(124,152,143); }

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

border-color css

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

 span { border-color: rgb(124,152,143); }

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