Html Css Color HEX #20716E Elm

📋 copy color: '#20716E'

red 32 ◦ green 113 ◦ blue 110

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

Shades of Elm #20716E

Tints of Elm #20716E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 43.14%

R = 12.55%
G = 44.31%
B = 43.14%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#20716E (or 0x20716E) is known color: Elm. HEX triplet: 20, 71 and 6E. RGB value is (32,113,110). Sum of RGB (Red+Green+Blue) = 32+113+110=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 113 (44.53% from 255 or 44.31% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 113 - color contains mainly: green. Hex color #20716E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20716E is #DF8E91. Grayscale: #585858. Windows color (decimal): -14651026 or 7237920. OLE color: 7237920.

HSL color Cylindrical-coordinate representation of color #20716E: hue angle of 177.78º 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 #20716E is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 32 113 110 -
CMYK 0.72 0 0.03 0.56
HSL 177.78º 0.56% 0.28% -
HSV(B) 177.78º 0.72% 0.44% -
XYZ 9.32 13.24 16.82 -
YUV 88.44 140.16 87.74 -
System Red Green Blue C M Y K H S L
Decimal 32 113 110 0.72 0 0.03 0.56 177.78 0.56 0.28
Hex 20 71 6E 48 0 3 38 B2 38 1C
Octal 40 161 156 110 0 3 70 262 70 34
Binary 100000 1110001 1101110 1001000 0 11 111000 10110010 111000 11100

Color Harmonies of #20716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20716E

Black with #20716E

Text Example


Text Example

White with #20716E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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