Html Css Color HEX #729684 Granny Smith

📋 copy color: '#729684'

red 114 ◦ green 150 ◦ blue 132

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

Shades of Granny Smith #729684

Tints of Granny Smith #729684

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.88%

 BLUE value IS 132 (51.95% from 255) = 33.33%

R = 28.79%
G = 37.88%
B = 33.33%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#729684 (or 0x729684) is known color: Granny Smith. HEX triplet: 72, 96 and 84. RGB value is (114,150,132). Sum of RGB (Red+Green+Blue) = 114+150+132=396 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.79% from 396); Green value is 150 (58.98% from 255 or 37.88% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 150 - color contains mainly: green. Hex color #729684 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729684 is #8D697B. Grayscale: #898989. Windows color (decimal): -9267580 or 8689266. OLE color: 8689266.

HSL color Cylindrical-coordinate representation of color #729684: hue angle of 150º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #729684 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 150 132 -
CMYK 0.24 0 0.12 0.41
HSL 150º 0.15% 0.52% -
HSV(B) 150º 0.24% 0.59% -
XYZ 22.01 27.06 25.89 -
YUV 137.18 125.07 111.46 -
System Red Green Blue C M Y K H S L
Decimal 114 150 132 0.24 0 0.12 0.41 150 0.15 0.52
Hex 72 96 84 18 0 C 29 96 F 34
Octal 162 226 204 30 0 14 51 226 17 64
Binary 1110010 10010110 10000100 11000 0 1100 101001 10010110 1111 110100

Color Harmonies of #729684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729684

Black with #729684

Text Example


Text Example

White with #729684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729684; }

 p { color: rgb(114,150,132); }

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

background-color css

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

 a { background-color: rgb(114,150,132); }

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

border-color css

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

 span { border-color: rgb(114,150,132); }

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