Html Css Color HEX #718B7F Patina

📋 copy color: '#718B7F'

red 113 ◦ green 139 ◦ blue 127

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

Shades of Patina #718B7F

Tints of Patina #718B7F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.68%

 BLUE value IS 127 (50% from 255) = 33.51%

R = 29.82%
G = 36.68%
B = 33.51%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#718B7F (or 0x718B7F) is known color: Patina. HEX triplet: 71, 8B and 7F. RGB value is (113,139,127). Sum of RGB (Red+Green+Blue) = 113+139+127=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 139 - color contains mainly: green. Hex color #718B7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718B7F is #8E7480. Grayscale: #818181. Windows color (decimal): -9335937 or 8358769. OLE color: 8358769.

HSL color Cylindrical-coordinate representation of color #718B7F: hue angle of 152.31º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #718B7F is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 139 127 -
CMYK 0.19 0 0.09 0.45
HSL 152.31º 0.1% 0.49% -
HSV(B) 152.31º 0.19% 0.55% -
XYZ 19.87 23.51 23.57 -
YUV 129.86 126.39 115.98 -
System Red Green Blue C M Y K H S L
Decimal 113 139 127 0.19 0 0.09 0.45 152.31 0.1 0.49
Hex 71 8B 7F 13 0 9 2D 98 A 31
Octal 161 213 177 23 0 11 55 230 12 61
Binary 1110001 10001011 1111111 10011 0 1001 101101 10011000 1010 110001

Color Harmonies of #718B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718B7F

Black with #718B7F

Text Example


Text Example

White with #718B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,139,127); }

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

background-color css

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

 a { background-color: rgb(113,139,127); }

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

border-color css

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

 span { border-color: rgb(113,139,127); }

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