Html Css Color HEX #51977B Patina

📋 copy color: '#51977B'

red 81 ◦ green 151 ◦ blue 123

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

Shades of Patina #51977B

Tints of Patina #51977B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.65%

R = 22.82%
G = 42.54%
B = 34.65%

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

#51977B (or 0x51977B) is known color: Patina. HEX triplet: 51, 97 and 7B. RGB value is (81,151,123). Sum of RGB (Red+Green+Blue) = 81+151+123=355 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.82% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 151 - color contains mainly: green. Hex color #51977B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51977B is #AE6884. Grayscale: #7E7E7E. Windows color (decimal): -11430021 or 8099665. OLE color: 8099665.

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

Color convert

RGB 81 151 123 -
CMYK 0.46 0 0.19 0.41
HSL 156º 0.3% 0.45% -
HSV(B) 156º 0.46% 0.59% -
XYZ 18.04 25.31 22.67 -
YUV 126.88 125.81 95.28 -
System Red Green Blue C M Y K H S L
Decimal 81 151 123 0.46 0 0.19 0.41 156 0.3 0.45
Hex 51 97 7B 2E 0 13 29 9C 1E 2D
Octal 121 227 173 56 0 23 51 234 36 55
Binary 1010001 10010111 1111011 101110 0 10011 101001 10011100 11110 101101

Color Harmonies of #51977B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51977B

Black with #51977B

Text Example


Text Example

White with #51977B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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