#73968D

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

Shades of Granny Smith #73968D

Tints of Granny Smith #73968D

Color information

#73968D (or 0x73968D) is unknown color: approx Granny Smith. HEX triplet: 73, 96 and 8D. RGB value is (115,150,141). Sum of RGB (Red+Green+Blue) = 115+150+141=406 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.33% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 150 - color contains mainly: green. Hex color #73968D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73968D is #8C6972. Grayscale: #8A8A8A. Windows color (decimal): -9202035 or 9279091. OLE color: 9279091.

HSL color Cylindrical-coordinate representation of color #73968D: hue angle of 164.57º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #73968D is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB115150141-
CMYK0.2300.060.41
HSL164.57º14.29%51.96%-
HSV(B)164.57º23.33%58.82%-
XYZ22.7827.3829.28-
YUV138.51129.4111.23-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.33%
GREEN value IS 150 (58.98% from 255) = 36.95%
BLUE value IS 141 (55.47% from 255) = 34.73%
R=28.33%
G=36.95%
B=34.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1151501410.2300.060.41164.5714.2951.96
Hex73968D170629a5e34
Octal1632262152706512451664
Binary11100111001011010001101101110110101001101001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73968D; }

 p { color: rgb(115,150,141); }

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

<style>
 a { background-color: #73968D; }

 a { background-color: rgb(115,150,141); }

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

<style>
 span { border-color: #73968D; }

 span { border-color: rgb(115,150,141); }

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