Html Css Color HEX #56997C Patina

📋 copy color: '#56997C'

red 86 ◦ green 153 ◦ blue 124

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

Shades of Patina #56997C

Tints of Patina #56997C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.16%

R = 23.69%
G = 42.15%
B = 34.16%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#56997C (or 0x56997C) is known color: Patina. HEX triplet: 56, 99 and 7C. RGB value is (86,153,124). Sum of RGB (Red+Green+Blue) = 86+153+124=363 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.69% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 153 - color contains mainly: green. Hex color #56997C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56997C is #A96683. Grayscale: #818181. Windows color (decimal): -11101828 or 8165718. OLE color: 8165718.

HSL color Cylindrical-coordinate representation of color #56997C: hue angle of 154.03º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #56997C is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB 86 153 124 -
CMYK 0.44 0 0.19 0.4
HSL 154.03º 0.28% 0.47% -
HSV(B) 154.03º 0.44% 0.6% -
XYZ 18.87 26.22 23.13 -
YUV 129.66 124.8 96.86 -
System Red Green Blue C M Y K H S L
Decimal 86 153 124 0.44 0 0.19 0.4 154.03 0.28 0.47
Hex 56 99 7C 2C 0 13 28 9A 1C 2F
Octal 126 231 174 54 0 23 50 232 34 57
Binary 1010110 10011001 1111100 101100 0 10011 101000 10011010 11100 101111

Color Harmonies of #56997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56997C

Black with #56997C

Text Example


Text Example

White with #56997C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56997C; }

 p { color: rgb(86,153,124); }

 H1.HeaderClassName
 {
   color: #56997C;
 }
 .AnyTagClassName
 {
   color: #56997C;
 }
</style>

background-color css

<style>
 a { background-color: #56997C; }

 a { background-color: rgb(86,153,124); }

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

border-color css

<style>
 span { border-color: #56997C; }

 span { border-color: rgb(86,153,124); }

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