Html Css Color HEX #56977E Patina

📋 copy color: '#56977E'

red 86 ◦ green 151 ◦ blue 126

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

Shades of Patina #56977E

Tints of Patina #56977E

RGB

 RED value IS 86 (33.98% from 255) = 23.69%

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

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

R = 23.69%
G = 41.6%
B = 34.71%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#56977E (or 0x56977E) is known color: Patina. HEX triplet: 56, 97 and 7E. RGB value is (86,151,126). Sum of RGB (Red+Green+Blue) = 86+151+126=363 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.69% from 363); Green value is 151 (59.38% from 255 or 41.60% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 151 - color contains mainly: green. Hex color #56977E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56977E is #A96881. Grayscale: #808080. Windows color (decimal): -11102338 or 8296278. OLE color: 8296278.

HSL color Cylindrical-coordinate representation of color #56977E: hue angle of 156.92º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #56977E is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 86 151 126 -
CMYK 0.43 0 0.17 0.41
HSL 156.92º 0.27% 0.46% -
HSV(B) 156.92º 0.43% 0.59% -
XYZ 18.67 25.62 23.7 -
YUV 128.72 126.47 97.53 -
System Red Green Blue C M Y K H S L
Decimal 86 151 126 0.43 0 0.17 0.41 156.92 0.27 0.46
Hex 56 97 7E 2B 0 11 29 9D 1B 2E
Octal 126 227 176 53 0 21 51 235 33 56
Binary 1010110 10010111 1111110 101011 0 10001 101001 10011101 11011 101110

Color Harmonies of #56977E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56977E

Black with #56977E

Text Example


Text Example

White with #56977E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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