Html Css Color HEX #7C9386 Granny Smith

📋 copy color: '#7C9386'

red 124 ◦ green 147 ◦ blue 134

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

Shades of Granny Smith #7C9386

Tints of Granny Smith #7C9386

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.3%

 BLUE value IS 134 (52.73% from 255) = 33.09%

R = 30.62%
G = 36.3%
B = 33.09%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#7C9386 (or 0x7C9386) is known color: Granny Smith. HEX triplet: 7C, 93 and 86. RGB value is (124,147,134). Sum of RGB (Red+Green+Blue) = 124+147+134=405 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.62% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 134 (52.73% from 255 or 33.09% from 405); Max value from RGB is 147 - color contains mainly: green. Hex color #7C9386 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9386 is #836C79. Grayscale: #8A8A8A. Windows color (decimal): -8612986 or 8819580. OLE color: 8819580.

HSL color Cylindrical-coordinate representation of color #7C9386: hue angle of 146.09º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7C9386 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 124 147 134 -
CMYK 0.16 0 0.09 0.42
HSL 146.09º 0.1% 0.53% -
HSV(B) 146.09º 0.16% 0.58% -
XYZ 23.05 26.87 26.53 -
YUV 138.64 125.38 117.56 -
System Red Green Blue C M Y K H S L
Decimal 124 147 134 0.16 0 0.09 0.42 146.09 0.1 0.53
Hex 7C 93 86 10 0 9 2A 92 A 35
Octal 174 223 206 20 0 11 52 222 12 65
Binary 1111100 10010011 10000110 10000 0 1001 101010 10010010 1010 110101

Color Harmonies of #7C9386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9386

Black with #7C9386

Text Example


Text Example

White with #7C9386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,147,134); }

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

background-color css

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

 a { background-color: rgb(124,147,134); }

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

border-color css

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

 span { border-color: rgb(124,147,134); }

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