Html Css Color HEX #51977E Patina

📋 copy color: '#51977E'

red 81 ◦ green 151 ◦ blue 126

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

Shades of Patina #51977E

Tints of Patina #51977E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.18%

 BLUE value IS 126 (49.61% from 255) = 35.2%

R = 22.63%
G = 42.18%
B = 35.2%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#51977E (or 0x51977E) is known color: Patina. HEX triplet: 51, 97 and 7E. RGB value is (81,151,126). Sum of RGB (Red+Green+Blue) = 81+151+126=358 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.63% from 358); Green value is 151 (59.38% from 255 or 42.18% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 151 - color contains mainly: green. Hex color #51977E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51977E is #AE6881. Grayscale: #7F7F7F. Windows color (decimal): -11430018 or 8296273. OLE color: 8296273.

HSL color Cylindrical-coordinate representation of color #51977E: hue angle of 158.57º 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 #51977E is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 81 151 126 -
CMYK 0.46 0 0.17 0.41
HSL 158.57º 0.3% 0.45% -
HSV(B) 158.57º 0.46% 0.59% -
XYZ 18.23 25.39 23.68 -
YUV 127.22 127.31 95.03 -
System Red Green Blue C M Y K H S L
Decimal 81 151 126 0.46 0 0.17 0.41 158.57 0.3 0.45
Hex 51 97 7E 2E 0 11 29 9F 1E 2D
Octal 121 227 176 56 0 21 51 237 36 55
Binary 1010001 10010111 1111110 101110 0 10001 101001 10011111 11110 101101

Color Harmonies of #51977E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51977E

Black with #51977E

Text Example


Text Example

White with #51977E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51977E; }

 p { color: rgb(81,151,126); }

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

background-color css

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

 a { background-color: rgb(81,151,126); }

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

border-color css

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

 span { border-color: rgb(81,151,126); }

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