Html Css Color HEX #20706B Elm

📋 copy color: '#20706B'

red 32 ◦ green 112 ◦ blue 107

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

Shades of Elm #20706B

Tints of Elm #20706B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 42.63%

R = 12.75%
G = 44.62%
B = 42.63%

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

#20706B (or 0x20706B) is known color: Elm. HEX triplet: 20, 70 and 6B. RGB value is (32,112,107). Sum of RGB (Red+Green+Blue) = 32+112+107=251 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.75% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 107 (42.19% from 255 or 42.63% from 251); Max value from RGB is 112 - color contains mainly: green. Hex color #20706B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20706B is #DF8F94. Grayscale: #575757. Windows color (decimal): -14651285 or 7041056. OLE color: 7041056.

HSL color Cylindrical-coordinate representation of color #20706B: hue angle of 176.25º 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 #20706B is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 32 112 107 -
CMYK 0.71 0 0.04 0.56
HSL 176.25º 0.56% 0.28% -
HSV(B) 176.25º 0.71% 0.44% -
XYZ 9.04 12.96 15.93 -
YUV 87.51 139 88.41 -
System Red Green Blue C M Y K H S L
Decimal 32 112 107 0.71 0 0.04 0.56 176.25 0.56 0.28
Hex 20 70 6B 47 0 4 38 B0 38 1C
Octal 40 160 153 107 0 4 70 260 70 34
Binary 100000 1110000 1101011 1000111 0 100 111000 10110000 111000 11100

Color Harmonies of #20706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20706B

Black with #20706B

Text Example


Text Example

White with #20706B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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