Html Css Color HEX #729486 Granny Smith

📋 copy color: '#729486'

red 114 ◦ green 148 ◦ blue 134

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

Shades of Granny Smith #729486

Tints of Granny Smith #729486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33.84%

R = 28.79%
G = 37.37%
B = 33.84%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#729486 (or 0x729486) is known color: Granny Smith. HEX triplet: 72, 94 and 86. RGB value is (114,148,134). Sum of RGB (Red+Green+Blue) = 114+148+134=396 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.79% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 134 (52.73% from 255 or 33.84% from 396); Max value from RGB is 148 - color contains mainly: green. Hex color #729486 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729486 is #8D6B79. Grayscale: #888888. Windows color (decimal): -9268090 or 8819826. OLE color: 8819826.

HSL color Cylindrical-coordinate representation of color #729486: hue angle of 155.29º 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 #729486 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 148 134 -
CMYK 0.23 0 0.09 0.42
HSL 155.29º 0.14% 0.51% -
HSV(B) 155.29º 0.23% 0.58% -
XYZ 21.83 26.48 26.51 -
YUV 136.24 126.74 112.14 -
System Red Green Blue C M Y K H S L
Decimal 114 148 134 0.23 0 0.09 0.42 155.29 0.14 0.51
Hex 72 94 86 17 0 9 2A 9B E 33
Octal 162 224 206 27 0 11 52 233 16 63
Binary 1110010 10010100 10000110 10111 0 1001 101010 10011011 1110 110011

Color Harmonies of #729486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729486

Black with #729486

Text Example


Text Example

White with #729486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729486; }

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

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

background-color css

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

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

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

border-color css

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

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

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