Html Css Color HEX #729C8A Granny Smith

📋 copy color: '#729C8A'

red 114 ◦ green 156 ◦ blue 138

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

Shades of Granny Smith #729C8A

Tints of Granny Smith #729C8A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.24%

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

R = 27.94%
G = 38.24%
B = 33.82%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#729C8A (or 0x729C8A) is known color: Granny Smith. HEX triplet: 72, 9C and 8A. RGB value is (114,156,138). Sum of RGB (Red+Green+Blue) = 114+156+138=408 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.94% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 156 - color contains mainly: green. Hex color #729C8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729C8A is #8D6375. Grayscale: #8D8D8D. Windows color (decimal): -9266038 or 9084018. OLE color: 9084018.

HSL color Cylindrical-coordinate representation of color #729C8A: hue angle of 154.29º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #729C8A is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 114 156 138 -
CMYK 0.27 0 0.12 0.39
HSL 154.29º 0.18% 0.53% -
HSV(B) 154.29º 0.27% 0.61% -
XYZ 23.42 29.19 28.44 -
YUV 141.39 126.09 108.46 -
System Red Green Blue C M Y K H S L
Decimal 114 156 138 0.27 0 0.12 0.39 154.29 0.18 0.53
Hex 72 9C 8A 1B 0 C 27 9A 12 35
Octal 162 234 212 33 0 14 47 232 22 65
Binary 1110010 10011100 10001010 11011 0 1100 100111 10011010 10010 110101

Color Harmonies of #729C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729C8A

Black with #729C8A

Text Example


Text Example

White with #729C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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