Html Css Color HEX #7B9F96 Granny Smith

📋 copy color: '#7B9F96'

red 123 ◦ green 159 ◦ blue 150

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

Shades of Granny Smith #7B9F96

Tints of Granny Smith #7B9F96

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.81%

 BLUE value IS 150 (58.98% from 255) = 34.72%

R = 28.47%
G = 36.81%
B = 34.72%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#7B9F96 (or 0x7B9F96) is known color: Granny Smith. HEX triplet: 7B, 9F and 96. RGB value is (123,159,150). Sum of RGB (Red+Green+Blue) = 123+159+150=432 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.47% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 150 (58.98% from 255 or 34.72% from 432); Max value from RGB is 159 - color contains mainly: green. Hex color #7B9F96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9F96 is #846069. Grayscale: #939393. Windows color (decimal): -8675434 or 9871227. OLE color: 9871227.

HSL color Cylindrical-coordinate representation of color #7B9F96: hue angle of 165º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7B9F96 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 123 159 150 -
CMYK 0.23 0 0.06 0.38
HSL 165º 0.16% 0.55% -
HSV(B) 165º 0.23% 0.62% -
XYZ 26.07 31.21 33.5 -
YUV 147.21 129.57 110.73 -
System Red Green Blue C M Y K H S L
Decimal 123 159 150 0.23 0 0.06 0.38 165 0.16 0.55
Hex 7B 9F 96 17 0 6 26 A5 10 37
Octal 173 237 226 27 0 6 46 245 20 67
Binary 1111011 10011111 10010110 10111 0 110 100110 10100101 10000 110111

Color Harmonies of #7B9F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9F96

Black with #7B9F96

Text Example


Text Example

White with #7B9F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,159,150); }

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

background-color css

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

 a { background-color: rgb(123,159,150); }

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

border-color css

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

 span { border-color: rgb(123,159,150); }

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