Html Css Color HEX #56977F Patina

📋 copy color: '#56977F'

red 86 ◦ green 151 ◦ blue 127

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

Shades of Patina #56977F

Tints of Patina #56977F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.89%

R = 23.63%
G = 41.48%
B = 34.89%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#56977F (or 0x56977F) is known color: Patina. HEX triplet: 56, 97 and 7F. RGB value is (86,151,127). Sum of RGB (Red+Green+Blue) = 86+151+127=364 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.63% from 364); Green value is 151 (59.38% from 255 or 41.48% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 151 - color contains mainly: green. Hex color #56977F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56977F is #A96880. Grayscale: #808080. Windows color (decimal): -11102337 or 8361814. OLE color: 8361814.

HSL color Cylindrical-coordinate representation of color #56977F: hue angle of 157.85º 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 #56977F is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 86 151 127 -
CMYK 0.43 0 0.16 0.41
HSL 157.85º 0.27% 0.46% -
HSV(B) 157.85º 0.43% 0.59% -
XYZ 18.74 25.64 24.04 -
YUV 128.83 126.97 97.45 -
System Red Green Blue C M Y K H S L
Decimal 86 151 127 0.43 0 0.16 0.41 157.85 0.27 0.46
Hex 56 97 7F 2B 0 10 29 9E 1B 2E
Octal 126 227 177 53 0 20 51 236 33 56
Binary 1010110 10010111 1111111 101011 0 10000 101001 10011110 11011 101110

Color Harmonies of #56977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56977F

Black with #56977F

Text Example


Text Example

White with #56977F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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