Html Css Color HEX #7B9486 Granny Smith

📋 copy color: '#7B9486'

red 123 ◦ green 148 ◦ blue 134

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

Shades of Granny Smith #7B9486

Tints of Granny Smith #7B9486

RGB

 RED value IS 123 (48.44% from 255) = 30.37%

 GREEN value IS 148 (58.2% from 255) = 36.54%

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

R = 30.37%
G = 36.54%
B = 33.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#7B9486 (or 0x7B9486) is known color: Granny Smith. HEX triplet: 7B, 94 and 86. RGB value is (123,148,134). Sum of RGB (Red+Green+Blue) = 123+148+134=405 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.37% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 134 (52.73% from 255 or 33.09% from 405); Max value from RGB is 148 - color contains mainly: green. Hex color #7B9486 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9486 is #846B79. Grayscale: #8A8A8A. Windows color (decimal): -8678266 or 8819835. OLE color: 8819835.

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

Color convert

RGB 123 148 134 -
CMYK 0.17 0 0.09 0.42
HSL 146.4º 0.1% 0.53% -
HSV(B) 146.4º 0.17% 0.58% -
XYZ 23.06 27.11 26.57 -
YUV 138.93 125.22 116.64 -
System Red Green Blue C M Y K H S L
Decimal 123 148 134 0.17 0 0.09 0.42 146.4 0.1 0.53
Hex 7B 94 86 11 0 9 2A 92 A 35
Octal 173 224 206 21 0 11 52 222 12 65
Binary 1111011 10010100 10000110 10001 0 1001 101010 10010010 1010 110101

Color Harmonies of #7B9486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9486

Black with #7B9486

Text Example


Text Example

White with #7B9486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,148,134); }

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

background-color css

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

 a { background-color: rgb(123,148,134); }

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

border-color css

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

 span { border-color: rgb(123,148,134); }

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