Html Css Color HEX #729282 Granny Smith

📋 copy color: '#729282'

red 114 ◦ green 146 ◦ blue 130

#729282
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Smith #729282

Tints of Granny Smith #729282

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 value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.43

RGB Variations

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

Color information

#729282 (or 0x729282) is known color: 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

RGB 114 146 130 -
CMYK 0.22 0 0.11 0.43
HSL 150º 0.13% 0.51% -
HSV(B) 150º 0.22% 0.57% -
XYZ 21.25 25.75 24.97 -
YUV 134.61 125.4 113.3 -
System Red Green Blue C M Y K H S L
Decimal 114 146 130 0.22 0 0.11 0.43 150 0.13 0.51
Hex 72 92 82 16 0 B 2B 96 D 33
Octal 162 222 202 26 0 13 53 226 15 63
Binary 1110010 10010010 10000010 10110 0 1011 101011 10010110 1101 110011

Color Harmonies of #729282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729282

Black with #729282

Text Example


Text Example

White with #729282

Text Example


Text Example

HTML Codes & Css Web 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>