Html Css Color HEX #729A85 Granny Smith

📋 copy color: '#729A85'

red 114 ◦ green 154 ◦ blue 133

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

Shades of Granny Smith #729A85

Tints of Granny Smith #729A85

RGB

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

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

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

R = 28.43%
G = 38.4%
B = 33.17%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#729A85 (or 0x729A85) is known color: Granny Smith. HEX triplet: 72, 9A and 85. RGB value is (114,154,133). Sum of RGB (Red+Green+Blue) = 114+154+133=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 154 (60.55% from 255 or 38.40% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 154 - color contains mainly: green. Hex color #729A85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729A85 is #8D657A. Grayscale: #8B8B8B. Windows color (decimal): -9266555 or 8755826. OLE color: 8755826.

HSL color Cylindrical-coordinate representation of color #729A85: hue angle of 148.5º 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 #729A85 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 114 154 133 -
CMYK 0.26 0 0.14 0.40
HSL 148.5º 0.17% 0.53% -
HSV(B) 148.5º 0.26% 0.6% -
XYZ 22.73 28.38 26.47 -
YUV 139.65 124.25 109.71 -
System Red Green Blue C M Y K H S L
Decimal 114 154 133 0.26 0 0.14 0.40 148.5 0.17 0.53
Hex 72 9A 85 1A 0 E 28 94 11 35
Octal 162 232 205 32 0 16 50 224 21 65
Binary 1110010 10011010 10000101 11010 0 1110 101000 10010100 10001 110101

Color Harmonies of #729A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729A85

Black with #729A85

Text Example


Text Example

White with #729A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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