Html Css Color HEX #728981 Patina

📋 copy color: '#728981'

red 114 ◦ green 137 ◦ blue 129

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

Shades of Patina #728981

Tints of Patina #728981

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.05%

 BLUE value IS 129 (50.78% from 255) = 33.95%

R = 30%
G = 36.05%
B = 33.95%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.06

 K value IS 0.46

RGB Variations

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

Color information

#728981 (or 0x728981) is known color: Patina. HEX triplet: 72, 89 and 81. RGB value is (114,137,129). Sum of RGB (Red+Green+Blue) = 114+137+129=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 137 - color contains mainly: green. Hex color #728981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728981 is #8D767E. Grayscale: #818181. Windows color (decimal): -9270911 or 8489330. OLE color: 8489330.

HSL color Cylindrical-coordinate representation of color #728981: hue angle of 159.13º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #728981 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB 114 137 129 -
CMYK 0.17 0 0.06 0.46
HSL 159.13º 0.09% 0.49% -
HSV(B) 159.13º 0.17% 0.54% -
XYZ 19.85 23.05 24.17 -
YUV 129.21 127.88 117.15 -
System Red Green Blue C M Y K H S L
Decimal 114 137 129 0.17 0 0.06 0.46 159.13 0.09 0.49
Hex 72 89 81 11 0 6 2E 9F 9 31
Octal 162 211 201 21 0 6 56 237 11 61
Binary 1110010 10001001 10000001 10001 0 110 101110 10011111 1001 110001

Color Harmonies of #728981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728981

Black with #728981

Text Example


Text Example

White with #728981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728981; }

 p { color: rgb(114,137,129); }

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

background-color css

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

 a { background-color: rgb(114,137,129); }

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

border-color css

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

 span { border-color: rgb(114,137,129); }

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