Html Css Color HEX #20706C Elm

📋 copy color: '#20706C'

red 32 ◦ green 112 ◦ blue 108

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

Shades of Elm #20706C

Tints of Elm #20706C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.44%

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

R = 12.7%
G = 44.44%
B = 42.86%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#20706C (or 0x20706C) is known color: Elm. HEX triplet: 20, 70 and 6C. RGB value is (32,112,108). Sum of RGB (Red+Green+Blue) = 32+112+108=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 112 - color contains mainly: green. Hex color #20706C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20706C is #DF8F93. Grayscale: #575757. Windows color (decimal): -14651284 or 7106592. OLE color: 7106592.

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

Color convert

RGB 32 112 108 -
CMYK 0.71 0 0.04 0.56
HSL 177º 0.56% 0.28% -
HSV(B) 177º 0.71% 0.44% -
XYZ 9.1 12.98 16.21 -
YUV 87.62 139.5 88.33 -
System Red Green Blue C M Y K H S L
Decimal 32 112 108 0.71 0 0.04 0.56 177 0.56 0.28
Hex 20 70 6C 47 0 4 38 B1 38 1C
Octal 40 160 154 107 0 4 70 261 70 34
Binary 100000 1110000 1101100 1000111 0 100 111000 10110001 111000 11100

Color Harmonies of #20706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20706C

Black with #20706C

Text Example


Text Example

White with #20706C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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