#73948B

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

Shades of Granny Smith #73948B

Tints of Granny Smith #73948B

Color information

#73948B (or 0x73948B) is unknown color: approx Granny Smith. HEX triplet: 73, 94 and 8B. RGB value is (115,148,139). Sum of RGB (Red+Green+Blue) = 115+148+139=402 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.61% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 148 - color contains mainly: green. Hex color #73948B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73948B is #8C6B74. Grayscale: #898989. Windows color (decimal): -9202549 or 9147507. OLE color: 9147507.

HSL color Cylindrical-coordinate representation of color #73948B: hue angle of 163.64º 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 #73948B is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB115148139-
CMYK0.2200.060.42
HSL163.64º13.36%51.57%-
HSV(B)163.64º22.3%58.04%-
XYZ22.3226.6928.4-
YUV137.11129.07112.23-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.61%
GREEN value IS 148 (58.20% from 255) = 36.82%
BLUE value IS 139 (54.69% from 255) = 34.58%
R=28.61%
G=36.82%
B=34.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1151481390.2200.060.42163.6413.3651.57
Hex73948B16062Aa4d34
Octal1632242132606522441564
Binary11100111001010010001011101100110101010101001001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73948B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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