Html Css Color HEX #519679 Patina

📋 copy color: '#519679'

red 81 ◦ green 150 ◦ blue 121

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

Shades of Patina #519679

Tints of Patina #519679

RGB

 RED value IS 81 (32.03% from 255) = 23.01%

 GREEN value IS 150 (58.98% from 255) = 42.61%

 BLUE value IS 121 (47.66% from 255) = 34.38%

R = 23.01%
G = 42.61%
B = 34.38%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#519679 (or 0x519679) is known color: Patina. HEX triplet: 51, 96 and 79. RGB value is (81,150,121). Sum of RGB (Red+Green+Blue) = 81+150+121=352 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.01% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 150 - color contains mainly: green. Hex color #519679 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519679 is #AE6986. Grayscale: #7E7E7E. Windows color (decimal): -11430279 or 7968337. OLE color: 7968337.

HSL color Cylindrical-coordinate representation of color #519679: hue angle of 154.78º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #519679 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 81 150 121 -
CMYK 0.46 0 0.19 0.41
HSL 154.78º 0.3% 0.45% -
HSV(B) 154.78º 0.46% 0.59% -
XYZ 17.75 24.94 21.97 -
YUV 126.06 125.14 95.86 -
System Red Green Blue C M Y K H S L
Decimal 81 150 121 0.46 0 0.19 0.41 154.78 0.3 0.45
Hex 51 96 79 2E 0 13 29 9B 1E 2D
Octal 121 226 171 56 0 23 51 233 36 55
Binary 1010001 10010110 1111001 101110 0 10011 101001 10011011 11110 101101

Color Harmonies of #519679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519679

Black with #519679

Text Example


Text Example

White with #519679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519679; }

 p { color: rgb(81,150,121); }

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

background-color css

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

 a { background-color: rgb(81,150,121); }

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

border-color css

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

 span { border-color: rgb(81,150,121); }

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