Html Css Color HEX #718F81 Patina

📋 copy color: '#718F81'

red 113 ◦ green 143 ◦ blue 129

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

Shades of Patina #718F81

Tints of Patina #718F81

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.14%

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

R = 29.35%
G = 37.14%
B = 33.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#718F81 (or 0x718F81) is known color: Patina. HEX triplet: 71, 8F and 81. RGB value is (113,143,129). Sum of RGB (Red+Green+Blue) = 113+143+129=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 143 - color contains mainly: green. Hex color #718F81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718F81 is #8E707E. Grayscale: #848484. Windows color (decimal): -9334911 or 8490865. OLE color: 8490865.

HSL color Cylindrical-coordinate representation of color #718F81: hue angle of 152º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #718F81 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 143 129 -
CMYK 0.21 0 0.10 0.44
HSL 152º 0.12% 0.5% -
HSV(B) 152º 0.21% 0.56% -
XYZ 20.59 24.74 24.46 -
YUV 132.43 126.06 114.14 -
System Red Green Blue C M Y K H S L
Decimal 113 143 129 0.21 0 0.10 0.44 152 0.12 0.5
Hex 71 8F 81 15 0 A 2C 98 C 32
Octal 161 217 201 25 0 12 54 230 14 62
Binary 1110001 10001111 10000001 10101 0 1010 101100 10011000 1100 110010

Color Harmonies of #718F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718F81

Black with #718F81

Text Example


Text Example

White with #718F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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