Html Css Color HEX #20877B Elm

📋 copy color: '#20877B'

red 32 ◦ green 135 ◦ blue 123

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

Shades of Elm #20877B

Tints of Elm #20877B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 42.41%

R = 11.03%
G = 46.55%
B = 42.41%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#20877B (or 0x20877B) is known color: Elm. HEX triplet: 20, 87 and 7B. RGB value is (32,135,123). Sum of RGB (Red+Green+Blue) = 32+135+123=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 135 (53.12% from 255 or 46.55% from 290); Blue value is 123 (48.44% from 255 or 42.41% from 290); Max value from RGB is 135 - color contains mainly: green. Hex color #20877B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20877B is #DF7884. Grayscale: #666666. Windows color (decimal): -14645381 or 8095520. OLE color: 8095520.

HSL color Cylindrical-coordinate representation of color #20877B: hue angle of 173.01º 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 #20877B is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 32 135 123 -
CMYK 0.76 0 0.09 0.47
HSL 173.01º 0.62% 0.33% -
HSV(B) 173.01º 0.76% 0.53% -
XYZ 12.83 19.07 21.74 -
YUV 102.84 139.38 77.48 -
System Red Green Blue C M Y K H S L
Decimal 32 135 123 0.76 0 0.09 0.47 173.01 0.62 0.33
Hex 20 87 7B 4C 0 9 2F AD 3E 21
Octal 40 207 173 114 0 11 57 255 76 41
Binary 100000 10000111 1111011 1001100 0 1001 101111 10101101 111110 100001

Color Harmonies of #20877B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20877B

Black with #20877B

Text Example


Text Example

White with #20877B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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