Html Css Color HEX #7C9688 Granny Smith

📋 copy color: '#7C9688'

red 124 ◦ green 150 ◦ blue 136

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

Shades of Granny Smith #7C9688

Tints of Granny Smith #7C9688

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.59%

 BLUE value IS 136 (53.52% from 255) = 33.17%

R = 30.24%
G = 36.59%
B = 33.17%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#7C9688 (or 0x7C9688) is known color: Granny Smith. HEX triplet: 7C, 96 and 88. RGB value is (124,150,136). Sum of RGB (Red+Green+Blue) = 124+150+136=410 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.24% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 150 - color contains mainly: green. Hex color #7C9688 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9688 is #836977. Grayscale: #8C8C8C. Windows color (decimal): -8612216 or 8951420. OLE color: 8951420.

HSL color Cylindrical-coordinate representation of color #7C9688: hue angle of 147.69º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7C9688 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 124 150 136 -
CMYK 0.17 0 0.09 0.41
HSL 147.69º 0.11% 0.54% -
HSV(B) 147.69º 0.17% 0.59% -
XYZ 23.66 27.88 27.43 -
YUV 140.63 125.39 116.14 -
System Red Green Blue C M Y K H S L
Decimal 124 150 136 0.17 0 0.09 0.41 147.69 0.11 0.54
Hex 7C 96 88 11 0 9 29 94 B 36
Octal 174 226 210 21 0 11 51 224 13 66
Binary 1111100 10010110 10001000 10001 0 1001 101001 10010100 1011 110110

Color Harmonies of #7C9688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9688

Black with #7C9688

Text Example


Text Example

White with #7C9688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,150,136); }

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

background-color css

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

 a { background-color: rgb(124,150,136); }

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

border-color css

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

 span { border-color: rgb(124,150,136); }

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