#7B998D

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

Shades of Granny Smith #7B998D

Tints of Granny Smith #7B998D

Color information

#7B998D (or 0x7B998D) is unknown color: approx Granny Smith. HEX triplet: 7B, 99 and 8D. RGB value is (123,153,141). Sum of RGB (Red+Green+Blue) = 123+153+141=417 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.50% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 153 - color contains mainly: green. Hex color #7B998D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B998D is #846672. Grayscale: #8E8E8E. Windows color (decimal): -8676979 or 9279867. OLE color: 9279867.

HSL color Cylindrical-coordinate representation of color #7B998D: hue angle of 156º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7B998D is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB123153141-
CMYK0.2000.080.4
HSL156º12.82%54.12%-
HSV(B)156º19.61%60%-
XYZ24.3728.9229.5-
YUV142.66127.06113.98-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.50%
GREEN value IS 153 (60.16% from 255) = 36.69%
BLUE value IS 141 (55.47% from 255) = 33.81%
R=29.50%
G=36.69%
B=33.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1231531410.2000.080.415612.8254.12
Hex7B998D1408289cd36
Octal17323121524010502341566
Binary111101110011001100011011010001000101000100111001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B998D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,153,141); }

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

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

 a { background-color: rgb(123,153,141); }

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

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

 span { border-color: rgb(123,153,141); }

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