Html Css Color HEX #718981 Patina

📋 copy color: '#718981'

red 113 ◦ green 137 ◦ blue 129

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

Shades of Patina #718981

Tints of Patina #718981

RGB

 RED value IS 113 (44.53% from 255) = 29.82%

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

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

R = 29.82%
G = 36.15%
B = 34.04%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.06

 K value IS 0.46

RGB Variations

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

Color information

#718981 (or 0x718981) is known color: Patina. HEX triplet: 71, 89 and 81. RGB value is (113,137,129). Sum of RGB (Red+Green+Blue) = 113+137+129=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 129 (50.78% from 255 or 34.04% from 379); Max value from RGB is 137 - color contains mainly: green. Hex color #718981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718981 is #8E767E. Grayscale: #808080. Windows color (decimal): -9336447 or 8489329. OLE color: 8489329.

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

Color convert

RGB 113 137 129 -
CMYK 0.18 0 0.06 0.46
HSL 160º 0.1% 0.49% -
HSV(B) 160º 0.18% 0.54% -
XYZ 19.72 22.99 24.17 -
YUV 128.91 128.05 116.65 -
System Red Green Blue C M Y K H S L
Decimal 113 137 129 0.18 0 0.06 0.46 160 0.1 0.49
Hex 71 89 81 12 0 6 2E A0 A 31
Octal 161 211 201 22 0 6 56 240 12 61
Binary 1110001 10001001 10000001 10010 0 110 101110 10100000 1010 110001

Color Harmonies of #718981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718981

Black with #718981

Text Example


Text Example

White with #718981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718981; }

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

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

background-color css

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

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

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

border-color css

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

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

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