Html Css Color HEX #20706E Elm

📋 copy color: '#20706E'

red 32 ◦ green 112 ◦ blue 110

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

Shades of Elm #20706E

Tints of Elm #20706E

RGB

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

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

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

R = 12.6%
G = 44.09%
B = 43.31%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#20706E (or 0x20706E) is known color: Elm. HEX triplet: 20, 70 and 6E. RGB value is (32,112,110). Sum of RGB (Red+Green+Blue) = 32+112+110=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 112 - color contains mainly: green. Hex color #20706E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20706E is #DF8F91. Grayscale: #575757. Windows color (decimal): -14651282 or 7237664. OLE color: 7237664.

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

Color convert

RGB 32 112 110 -
CMYK 0.71 0 0.02 0.56
HSL 178.5º 0.56% 0.28% -
HSV(B) 178.5º 0.71% 0.44% -
XYZ 9.2 13.02 16.78 -
YUV 87.85 140.5 88.16 -
System Red Green Blue C M Y K H S L
Decimal 32 112 110 0.71 0 0.02 0.56 178.5 0.56 0.28
Hex 20 70 6E 47 0 2 38 B2 38 1C
Octal 40 160 156 107 0 2 70 262 70 34
Binary 100000 1110000 1101110 1000111 0 10 111000 10110010 111000 11100

Color Harmonies of #20706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20706E

Black with #20706E

Text Example


Text Example

White with #20706E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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