Html Css Color HEX #20756C Elm

📋 copy color: '#20756C'

red 32 ◦ green 117 ◦ blue 108

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

Shades of Elm #20756C

Tints of Elm #20756C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.53%

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

R = 12.45%
G = 45.53%
B = 42.02%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#20756C (or 0x20756C) is known color: Elm. HEX triplet: 20, 75 and 6C. RGB value is (32,117,108). Sum of RGB (Red+Green+Blue) = 32+117+108=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 117 (46.09% from 255 or 45.53% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 117 - color contains mainly: green. Hex color #20756C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20756C is #DF8A93. Grayscale: #5A5A5A. Windows color (decimal): -14650004 or 7107872. OLE color: 7107872.

HSL color Cylindrical-coordinate representation of color #20756C: hue angle of 173.65º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #20756C is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 32 117 108 -
CMYK 0.73 0 0.08 0.54
HSL 173.65º 0.57% 0.29% -
HSV(B) 173.65º 0.73% 0.46% -
XYZ 9.66 14.11 16.4 -
YUV 90.56 137.84 86.23 -
System Red Green Blue C M Y K H S L
Decimal 32 117 108 0.73 0 0.08 0.54 173.65 0.57 0.29
Hex 20 75 6C 49 0 8 36 AE 39 1D
Octal 40 165 154 111 0 10 66 256 71 35
Binary 100000 1110101 1101100 1001001 0 1000 110110 10101110 111001 11101

Color Harmonies of #20756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20756C

Black with #20756C

Text Example


Text Example

White with #20756C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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