Html Css Color HEX #729185 Granny Smith

📋 copy color: '#729185'

red 114 ◦ green 145 ◦ blue 133

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

Shades of Granny Smith #729185

Tints of Granny Smith #729185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.93%

R = 29.08%
G = 36.99%
B = 33.93%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#729185 (or 0x729185) is known color: Granny Smith. HEX triplet: 72, 91 and 85. RGB value is (114,145,133). Sum of RGB (Red+Green+Blue) = 114+145+133=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 145 - color contains mainly: green. Hex color #729185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729185 is #8D6E7A. Grayscale: #868686. Windows color (decimal): -9268859 or 8753522. OLE color: 8753522.

HSL color Cylindrical-coordinate representation of color #729185: hue angle of 156.77º 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 #729185 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 145 133 -
CMYK 0.21 0 0.08 0.43
HSL 156.77º 0.12% 0.51% -
HSV(B) 156.77º 0.21% 0.57% -
XYZ 21.3 25.52 25.99 -
YUV 134.36 127.23 113.48 -
System Red Green Blue C M Y K H S L
Decimal 114 145 133 0.21 0 0.08 0.43 156.77 0.12 0.51
Hex 72 91 85 15 0 8 2B 9D C 33
Octal 162 221 205 25 0 10 53 235 14 63
Binary 1110010 10010001 10000101 10101 0 1000 101011 10011101 1100 110011

Color Harmonies of #729185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729185

Black with #729185

Text Example


Text Example

White with #729185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729185; }

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

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

background-color css

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

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

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

border-color css

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

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

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