Html Css Color HEX #56997E Patina

📋 copy color: '#56997E'

red 86 ◦ green 153 ◦ blue 126

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

Shades of Patina #56997E

Tints of Patina #56997E

RGB

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

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

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

R = 23.56%
G = 41.92%
B = 34.52%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#56997E (or 0x56997E) is known color: Patina. HEX triplet: 56, 99 and 7E. RGB value is (86,153,126). Sum of RGB (Red+Green+Blue) = 86+153+126=365 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.56% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 153 - color contains mainly: green. Hex color #56997E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56997E is #A96681. Grayscale: #818181. Windows color (decimal): -11101826 or 8296790. OLE color: 8296790.

HSL color Cylindrical-coordinate representation of color #56997E: hue angle of 155.82º 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 #56997E is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 86 153 126 -
CMYK 0.44 0 0.18 0.4
HSL 155.82º 0.28% 0.47% -
HSV(B) 155.82º 0.44% 0.6% -
XYZ 18.99 26.27 23.81 -
YUV 129.89 125.8 96.7 -
System Red Green Blue C M Y K H S L
Decimal 86 153 126 0.44 0 0.18 0.4 155.82 0.28 0.47
Hex 56 99 7E 2C 0 12 28 9C 1C 2F
Octal 126 231 176 54 0 22 50 234 34 57
Binary 1010110 10011001 1111110 101100 0 10010 101000 10011100 11100 101111

Color Harmonies of #56997E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56997E

Black with #56997E

Text Example


Text Example

White with #56997E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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