Html Css Color HEX #56977A Patina

📋 copy color: '#56977A'

red 86 ◦ green 151 ◦ blue 122

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

Shades of Patina #56977A

Tints of Patina #56977A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.98%

R = 23.96%
G = 42.06%
B = 33.98%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#56977A (or 0x56977A) is known color: Patina. HEX triplet: 56, 97 and 7A. RGB value is (86,151,122). Sum of RGB (Red+Green+Blue) = 86+151+122=359 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.96% from 359); Green value is 151 (59.38% from 255 or 42.06% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 151 - color contains mainly: green. Hex color #56977A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56977A is #A96885. Grayscale: #808080. Windows color (decimal): -11102342 or 8034134. OLE color: 8034134.

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

Color convert

RGB 86 151 122 -
CMYK 0.43 0 0.19 0.41
HSL 153.23º 0.27% 0.46% -
HSV(B) 153.23º 0.43% 0.59% -
XYZ 18.42 25.52 22.37 -
YUV 128.26 124.47 97.86 -
System Red Green Blue C M Y K H S L
Decimal 86 151 122 0.43 0 0.19 0.41 153.23 0.27 0.46
Hex 56 97 7A 2B 0 13 29 99 1B 2E
Octal 126 227 172 53 0 23 51 231 33 56
Binary 1010110 10010111 1111010 101011 0 10011 101001 10011001 11011 101110

Color Harmonies of #56977A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56977A

Black with #56977A

Text Example


Text Example

White with #56977A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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