#7B9488

Color #7B9488 Granny Smith (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith #7B9488

Tints of Granny Smith #7B9488

Color information

#7B9488 (or 0x7B9488) is unknown color: approx Granny Smith. HEX triplet: 7B, 94 and 88. RGB value is (123,148,136). Sum of RGB (Red+Green+Blue) = 123+148+136=407 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.22% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 148 - color contains mainly: green. Hex color #7B9488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9488 is #846B77. Grayscale: #8B8B8B. Windows color (decimal): -8678264 or 8950907. OLE color: 8950907.

HSL color Cylindrical-coordinate representation of color #7B9488: hue angle of 151.2º 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 #7B9488 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB123148136-
CMYK0.1700.080.42
HSL151.2º10.46%53.14%-
HSV(B)151.2º16.89%58.04%-
XYZ23.227.1727.31-
YUV139.16126.22116.48-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.22%
GREEN value IS 148 (58.20% from 255) = 36.36%
BLUE value IS 136 (53.52% from 255) = 33.42%
R=30.22%
G=36.36%
B=33.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1231481360.1700.080.42151.210.4653.14
Hex7B948811082A97a35
Octal17322421021010522271265
Binary111101110010100100010001000101000101010100101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7B9488;
 }
 .AnyTagClassName
 {
   color: #7B9488;
 }
</style>
background-color css

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

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

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

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

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

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