Html Css Color HEX #729A8A Granny Smith

📋 copy color: '#729A8A'

red 114 ◦ green 154 ◦ blue 138

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

Shades of Granny Smith #729A8A

Tints of Granny Smith #729A8A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.93%

 BLUE value IS 138 (54.3% from 255) = 33.99%

R = 28.08%
G = 37.93%
B = 33.99%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#729A8A (or 0x729A8A) is known color: Granny Smith. HEX triplet: 72, 9A and 8A. RGB value is (114,154,138). Sum of RGB (Red+Green+Blue) = 114+154+138=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 154 - color contains mainly: green. Hex color #729A8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729A8A is #8D6575. Grayscale: #8C8C8C. Windows color (decimal): -9266550 or 9083506. OLE color: 9083506.

HSL color Cylindrical-coordinate representation of color #729A8A: hue angle of 156º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #729A8A is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 114 154 138 -
CMYK 0.26 0 0.10 0.40
HSL 156º 0.17% 0.53% -
HSV(B) 156º 0.26% 0.6% -
XYZ 23.08 28.52 28.33 -
YUV 140.22 126.75 109.3 -
System Red Green Blue C M Y K H S L
Decimal 114 154 138 0.26 0 0.10 0.40 156 0.17 0.53
Hex 72 9A 8A 1A 0 A 28 9C 11 35
Octal 162 232 212 32 0 12 50 234 21 65
Binary 1110010 10011010 10001010 11010 0 1010 101000 10011100 10001 110101

Color Harmonies of #729A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729A8A

Black with #729A8A

Text Example


Text Example

White with #729A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729A8A; }

 p { color: rgb(114,154,138); }

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

background-color css

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

 a { background-color: rgb(114,154,138); }

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

border-color css

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

 span { border-color: rgb(114,154,138); }

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