Html Css Color HEX #20766B Elm

📋 copy color: '#20766B'

red 32 ◦ green 118 ◦ blue 107

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

Shades of Elm #20766B

Tints of Elm #20766B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.91%

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

R = 12.45%
G = 45.91%
B = 41.63%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#20766B (or 0x20766B) is known color: Elm. HEX triplet: 20, 76 and 6B. RGB value is (32,118,107). Sum of RGB (Red+Green+Blue) = 32+118+107=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 118 - color contains mainly: green. Hex color #20766B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20766B is #DF8994. Grayscale: #5A5A5A. Windows color (decimal): -14649749 or 7042592. OLE color: 7042592.

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

Color convert

RGB 32 118 107 -
CMYK 0.73 0 0.09 0.54
HSL 172.33º 0.57% 0.29% -
HSV(B) 172.33º 0.73% 0.46% -
XYZ 9.73 14.33 16.16 -
YUV 91.03 137.01 85.89 -
System Red Green Blue C M Y K H S L
Decimal 32 118 107 0.73 0 0.09 0.54 172.33 0.57 0.29
Hex 20 76 6B 49 0 9 36 AC 39 1D
Octal 40 166 153 111 0 11 66 254 71 35
Binary 100000 1110110 1101011 1001001 0 1001 110110 10101100 111001 11101

Color Harmonies of #20766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20766B

Black with #20766B

Text Example


Text Example

White with #20766B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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