Html Css Color HEX #20716C Elm

📋 copy color: '#20716C'

red 32 ◦ green 113 ◦ blue 108

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

Shades of Elm #20716C

Tints of Elm #20716C

RGB

 RED value IS 32 (12.89% from 255) = 12.65%

 GREEN value IS 113 (44.53% from 255) = 44.66%

 BLUE value IS 108 (42.58% from 255) = 42.69%

R = 12.65%
G = 44.66%
B = 42.69%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#20716C (or 0x20716C) is known color: Elm. HEX triplet: 20, 71 and 6C. RGB value is (32,113,108). Sum of RGB (Red+Green+Blue) = 32+113+108=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 113 - color contains mainly: green. Hex color #20716C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20716C is #DF8E93. Grayscale: #585858. Windows color (decimal): -14651028 or 7106848. OLE color: 7106848.

HSL color Cylindrical-coordinate representation of color #20716C: hue angle of 176.3º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #20716C is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 32 113 108 -
CMYK 0.72 0 0.04 0.56
HSL 176.3º 0.56% 0.28% -
HSV(B) 176.3º 0.72% 0.44% -
XYZ 9.21 13.2 16.25 -
YUV 88.21 139.16 87.91 -
System Red Green Blue C M Y K H S L
Decimal 32 113 108 0.72 0 0.04 0.56 176.3 0.56 0.28
Hex 20 71 6C 48 0 4 38 B0 38 1C
Octal 40 161 154 110 0 4 70 260 70 34
Binary 100000 1110001 1101100 1001000 0 100 111000 10110000 111000 11100

Color Harmonies of #20716C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20716C

Black with #20716C

Text Example


Text Example

White with #20716C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,113,108); }

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

background-color css

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

 a { background-color: rgb(32,113,108); }

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

border-color css

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

 span { border-color: rgb(32,113,108); }

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