Html Css Color HEX #56A68B Patina

📋 copy color: '#56A68B'

red 86 ◦ green 166 ◦ blue 139

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

Shades of Patina #56A68B

Tints of Patina #56A68B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.46%

 BLUE value IS 139 (54.69% from 255) = 35.55%

R = 21.99%
G = 42.46%
B = 35.55%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#56A68B (or 0x56A68B) is known color: Patina. HEX triplet: 56, A6 and 8B. RGB value is (86,166,139). Sum of RGB (Red+Green+Blue) = 86+166+139=391 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.99% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 166 - color contains mainly: green. Hex color #56A68B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A68B is #A95974. Grayscale: #8B8B8B. Windows color (decimal): -11098485 or 9152086. OLE color: 9152086.

HSL color Cylindrical-coordinate representation of color #56A68B: hue angle of 159.75º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #56A68B is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 86 166 139 -
CMYK 0.48 0 0.16 0.35
HSL 159.75º 0.32% 0.49% -
HSV(B) 159.75º 0.48% 0.65% -
XYZ 22.13 31.11 29.27 -
YUV 139 128 90.2 -
System Red Green Blue C M Y K H S L
Decimal 86 166 139 0.48 0 0.16 0.35 159.75 0.32 0.49
Hex 56 A6 8B 30 0 10 23 A0 20 31
Octal 126 246 213 60 0 20 43 240 40 61
Binary 1010110 10100110 10001011 110000 0 10000 100011 10100000 100000 110001

Color Harmonies of #56A68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A68B

Black with #56A68B

Text Example


Text Example

White with #56A68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56A68B; }

 p { color: rgb(86,166,139); }

 H1.HeaderClassName
 {
   color: #56A68B;
 }
 .AnyTagClassName
 {
   color: #56A68B;
 }
</style>

background-color css

<style>
 a { background-color: #56A68B; }

 a { background-color: rgb(86,166,139); }

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

border-color css

<style>
 span { border-color: #56A68B; }

 span { border-color: rgb(86,166,139); }

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