Html Css Color HEX #729182 Granny Smith

📋 copy color: '#729182'

red 114 ◦ green 145 ◦ blue 130

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

Shades of Granny Smith #729182

Tints of Granny Smith #729182

RGB

 RED value IS 114 (44.92% from 255) = 29.31%

 GREEN value IS 145 (57.03% from 255) = 37.28%

 BLUE value IS 130 (51.17% from 255) = 33.42%

R = 29.31%
G = 37.28%
B = 33.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#729182 (or 0x729182) is known color: Granny Smith. HEX triplet: 72, 91 and 82. RGB value is (114,145,130). Sum of RGB (Red+Green+Blue) = 114+145+130=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 145 - color contains mainly: green. Hex color #729182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729182 is #8D6E7D. Grayscale: #868686. Windows color (decimal): -9268862 or 8556914. OLE color: 8556914.

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

Color convert

RGB 114 145 130 -
CMYK 0.21 0 0.10 0.43
HSL 150.97º 0.12% 0.51% -
HSV(B) 150.97º 0.21% 0.57% -
XYZ 21.09 25.44 24.92 -
YUV 134.02 125.73 113.72 -
System Red Green Blue C M Y K H S L
Decimal 114 145 130 0.21 0 0.10 0.43 150.97 0.12 0.51
Hex 72 91 82 15 0 A 2B 97 C 33
Octal 162 221 202 25 0 12 53 227 14 63
Binary 1110010 10010001 10000010 10101 0 1010 101011 10010111 1100 110011

Color Harmonies of #729182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729182

Black with #729182

Text Example


Text Example

White with #729182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729182; }

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

 H1.HeaderClassName
 {
   color: #729182;
 }
 .AnyTagClassName
 {
   color: #729182;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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