#73948A

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

Shades of Granny Smith #73948A

Tints of Granny Smith #73948A

Color information

#73948A (or 0x73948A) is unknown color: approx Granny Smith. HEX triplet: 73, 94 and 8A. RGB value is (115,148,138). Sum of RGB (Red+Green+Blue) = 115+148+138=401 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.68% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 148 - color contains mainly: green. Hex color #73948A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73948A is #8C6B75. Grayscale: #898989. Windows color (decimal): -9202550 or 9081971. OLE color: 9081971.

HSL color Cylindrical-coordinate representation of color #73948A: hue angle of 161.82º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #73948A is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB115148138-
CMYK0.2200.070.42
HSL161.82º13.36%51.57%-
HSV(B)161.82º22.3%58.04%-
XYZ22.2526.6628.02-
YUV136.99128.57112.31-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.68%
GREEN value IS 148 (58.20% from 255) = 36.91%
BLUE value IS 138 (54.30% from 255) = 34.41%
R=28.68%
G=36.91%
B=34.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1151481380.2200.070.42161.8213.3651.57
Hex73948A16072Aa2d34
Octal1632242122607522421564
Binary11100111001010010001010101100111101010101000101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73948A; }

 p { color: rgb(115,148,138); }

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

<style>
 a { background-color: #73948A; }

 a { background-color: rgb(115,148,138); }

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

<style>
 span { border-color: #73948A; }

 span { border-color: rgb(115,148,138); }

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