Html Css Color HEX #729585 Granny Smith

📋 copy color: '#729585'

red 114 ◦ green 149 ◦ blue 133

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

Shades of Granny Smith #729585

Tints of Granny Smith #729585

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.63%

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

R = 28.79%
G = 37.63%
B = 33.59%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#729585 (or 0x729585) is known color: Granny Smith. HEX triplet: 72, 95 and 85. RGB value is (114,149,133). Sum of RGB (Red+Green+Blue) = 114+149+133=396 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.79% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 149 - color contains mainly: green. Hex color #729585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729585 is #8D6A7A. Grayscale: #888888. Windows color (decimal): -9267835 or 8754546. OLE color: 8754546.

HSL color Cylindrical-coordinate representation of color #729585: hue angle of 152.57º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #729585 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 149 133 -
CMYK 0.23 0 0.11 0.42
HSL 152.57º 0.14% 0.52% -
HSV(B) 152.57º 0.23% 0.58% -
XYZ 21.92 26.77 26.2 -
YUV 136.71 125.9 111.8 -
System Red Green Blue C M Y K H S L
Decimal 114 149 133 0.23 0 0.11 0.42 152.57 0.14 0.52
Hex 72 95 85 17 0 B 2A 99 E 34
Octal 162 225 205 27 0 13 52 231 16 64
Binary 1110010 10010101 10000101 10111 0 1011 101010 10011001 1110 110100

Color Harmonies of #729585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729585

Black with #729585

Text Example


Text Example

White with #729585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729585; }

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

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

background-color css

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

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

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

border-color css

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

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

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