#7B968B

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

Shades of Granny Smith #7B968B

Tints of Granny Smith #7B968B

Color information

#7B968B (or 0x7B968B) is unknown color: approx Granny Smith. HEX triplet: 7B, 96 and 8B. RGB value is (123,150,139). Sum of RGB (Red+Green+Blue) = 123+150+139=412 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.85% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 150 - color contains mainly: green. Hex color #7B968B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B968B is #846974. Grayscale: #8C8C8C. Windows color (decimal): -8677749 or 9148027. OLE color: 9148027.

HSL color Cylindrical-coordinate representation of color #7B968B: hue angle of 155.56º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7B968B is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB123150139-
CMYK0.1800.070.41
HSL155.56º11.39%53.53%-
HSV(B)155.56º18%58.82%-
XYZ23.7327.8928.56-
YUV140.67127.05115.39-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.85%
GREEN value IS 150 (58.98% from 255) = 36.41%
BLUE value IS 139 (54.69% from 255) = 33.74%
R=29.85%
G=36.41%
B=33.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1231501390.1800.070.41155.5611.3953.53
Hex7B968B1207299cb36
Octal1732262132207512341366
Binary11110111001011010001011100100111101001100111001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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