Html Css Color HEX #7B9F95 Granny Smith

📋 copy color: '#7B9F95'

red 123 ◦ green 159 ◦ blue 149

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

Shades of Granny Smith #7B9F95

Tints of Granny Smith #7B9F95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.57%

R = 28.54%
G = 36.89%
B = 34.57%

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

#7B9F95 (or 0x7B9F95) is known color: Granny Smith. HEX triplet: 7B, 9F and 95. RGB value is (123,159,149). Sum of RGB (Red+Green+Blue) = 123+159+149=431 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.54% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 159 - color contains mainly: green. Hex color #7B9F95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9F95 is #84606A. Grayscale: #939393. Windows color (decimal): -8675435 or 9805691. OLE color: 9805691.

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

Color convert

RGB 123 159 149 -
CMYK 0.23 0 0.06 0.38
HSL 163.33º 0.16% 0.55% -
HSV(B) 163.33º 0.23% 0.62% -
XYZ 25.99 31.18 33.08 -
YUV 147.1 129.07 110.81 -
System Red Green Blue C M Y K H S L
Decimal 123 159 149 0.23 0 0.06 0.38 163.33 0.16 0.55
Hex 7B 9F 95 17 0 6 26 A3 10 37
Octal 173 237 225 27 0 6 46 243 20 67
Binary 1111011 10011111 10010101 10111 0 110 100110 10100011 10000 110111

Color Harmonies of #7B9F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9F95

Black with #7B9F95

Text Example


Text Example

White with #7B9F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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