Html Css Color HEX #51997E Patina

📋 copy color: '#51997E'

red 81 ◦ green 153 ◦ blue 126

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

Shades of Patina #51997E

Tints of Patina #51997E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.5%

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

R = 22.5%
G = 42.5%
B = 35%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#51997E (or 0x51997E) is known color: Patina. HEX triplet: 51, 99 and 7E. RGB value is (81,153,126). Sum of RGB (Red+Green+Blue) = 81+153+126=360 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.5% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 153 - color contains mainly: green. Hex color #51997E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51997E is #AE6681. Grayscale: #808080. Windows color (decimal): -11429506 or 8296785. OLE color: 8296785.

HSL color Cylindrical-coordinate representation of color #51997E: hue angle of 157.5º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #51997E is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 153 126 -
CMYK 0.47 0 0.18 0.4
HSL 157.5º 0.31% 0.46% -
HSV(B) 157.5º 0.47% 0.6% -
XYZ 18.55 26.04 23.79 -
YUV 128.39 126.65 94.2 -
System Red Green Blue C M Y K H S L
Decimal 81 153 126 0.47 0 0.18 0.4 157.5 0.31 0.46
Hex 51 99 7E 2F 0 12 28 9E 1F 2E
Octal 121 231 176 57 0 22 50 236 37 56
Binary 1010001 10011001 1111110 101111 0 10010 101000 10011110 11111 101110

Color Harmonies of #51997E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51997E

Black with #51997E

Text Example


Text Example

White with #51997E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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