#729282

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

Shades of Granny Smith #729282

Tints of Granny Smith #729282

Color information

#729282 (or 0x729282) is unknown color: approx Granny Smith. HEX triplet: 72, 92 and 82. RGB value is (114,146,130). Sum of RGB (Red+Green+Blue) = 114+146+130=390 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.23% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 146 - color contains mainly: green. Hex color #729282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729282 is #8D6D7D. Grayscale: #868686. Windows color (decimal): -9268606 or 8557170. OLE color: 8557170.

HSL color Cylindrical-coordinate representation of color #729282: hue angle of 150º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #729282 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB114146130-
CMYK0.2200.110.43
HSL150º12.8%50.98%-
HSV(B)150º21.92%57.25%-
XYZ21.2525.7524.97-
YUV134.61125.4113.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.23%
GREEN value IS 146 (57.42% from 255) = 37.44%
BLUE value IS 130 (51.17% from 255) = 33.33%
R=29.23%
G=37.44%
B=33.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1141461300.2200.110.4315012.850.98
Hex729282160B2B96d33
Octal16222220226013532261563
Binary111001010010010100000101011001011101011100101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729282; }

 p { color: rgb(114,146,130); }

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

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

 a { background-color: rgb(114,146,130); }

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

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

 span { border-color: rgb(114,146,130); }

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