Html Css Color HEX #729485 Granny Smith

📋 copy color: '#729485'

red 114 ◦ green 148 ◦ blue 133

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

Shades of Granny Smith #729485

Tints of Granny Smith #729485

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.47%

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

R = 28.86%
G = 37.47%
B = 33.67%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#729485 (or 0x729485) is known color: Granny Smith. HEX triplet: 72, 94 and 85. RGB value is (114,148,133). Sum of RGB (Red+Green+Blue) = 114+148+133=395 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.86% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 148 - color contains mainly: green. Hex color #729485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729485 is #8D6B7A. Grayscale: #888888. Windows color (decimal): -9268091 or 8754290. OLE color: 8754290.

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

Color convert

RGB 114 148 133 -
CMYK 0.23 0 0.10 0.42
HSL 153.53º 0.14% 0.51% -
HSV(B) 153.53º 0.23% 0.58% -
XYZ 21.76 26.45 26.15 -
YUV 136.12 126.24 112.22 -
System Red Green Blue C M Y K H S L
Decimal 114 148 133 0.23 0 0.10 0.42 153.53 0.14 0.51
Hex 72 94 85 17 0 A 2A 9A E 33
Octal 162 224 205 27 0 12 52 232 16 63
Binary 1110010 10010100 10000101 10111 0 1010 101010 10011010 1110 110011

Color Harmonies of #729485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729485

Black with #729485

Text Example


Text Example

White with #729485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729485; }

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

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

background-color css

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

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

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

border-color css

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

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

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