Html Css Color HEX #20877A Elm

📋 copy color: '#20877A'

red 32 ◦ green 135 ◦ blue 122

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

Shades of Elm #20877A

Tints of Elm #20877A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 46.71%

 BLUE value IS 122 (48.05% from 255) = 42.21%

R = 11.07%
G = 46.71%
B = 42.21%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#20877A (or 0x20877A) is known color: Elm. HEX triplet: 20, 87 and 7A. RGB value is (32,135,122). Sum of RGB (Red+Green+Blue) = 32+135+122=289 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.07% from 289); Green value is 135 (53.12% from 255 or 46.71% from 289); Blue value is 122 (48.05% from 255 or 42.21% from 289); Max value from RGB is 135 - color contains mainly: green. Hex color #20877A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20877A is #DF7885. Grayscale: #666666. Windows color (decimal): -14645382 or 8029984. OLE color: 8029984.

HSL color Cylindrical-coordinate representation of color #20877A: hue angle of 172.43º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #20877A is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 32 135 122 -
CMYK 0.76 0 0.10 0.47
HSL 172.43º 0.62% 0.33% -
HSV(B) 172.43º 0.76% 0.53% -
XYZ 12.77 19.04 21.41 -
YUV 102.72 138.88 77.56 -
System Red Green Blue C M Y K H S L
Decimal 32 135 122 0.76 0 0.10 0.47 172.43 0.62 0.33
Hex 20 87 7A 4C 0 A 2F AC 3E 21
Octal 40 207 172 114 0 12 57 254 76 41
Binary 100000 10000111 1111010 1001100 0 1010 101111 10101100 111110 100001

Color Harmonies of #20877A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20877A

Black with #20877A

Text Example


Text Example

White with #20877A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20877A; }

 p { color: rgb(32,135,122); }

 H1.HeaderClassName
 {
   color: #20877A;
 }
 .AnyTagClassName
 {
   color: #20877A;
 }
</style>

background-color css

<style>
 a { background-color: #20877A; }

 a { background-color: rgb(32,135,122); }

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

border-color css

<style>
 span { border-color: #20877A; }

 span { border-color: rgb(32,135,122); }

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