Html Css Color HEX #20756F Elm

📋 copy color: '#20756F'

red 32 ◦ green 117 ◦ blue 111

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

Shades of Elm #20756F

Tints of Elm #20756F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 42.69%

R = 12.31%
G = 45%
B = 42.69%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#20756F (or 0x20756F) is known color: Elm. HEX triplet: 20, 75 and 6F. RGB value is (32,117,111). Sum of RGB (Red+Green+Blue) = 32+117+111=260 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.31% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 117 - color contains mainly: green. Hex color #20756F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20756F is #DF8A90. Grayscale: #5A5A5A. Windows color (decimal): -14650001 or 7304480. OLE color: 7304480.

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

Color convert

RGB 32 117 111 -
CMYK 0.73 0 0.05 0.54
HSL 175.76º 0.57% 0.29% -
HSV(B) 175.76º 0.73% 0.46% -
XYZ 9.83 14.18 17.26 -
YUV 90.9 139.34 85.99 -
System Red Green Blue C M Y K H S L
Decimal 32 117 111 0.73 0 0.05 0.54 175.76 0.57 0.29
Hex 20 75 6F 49 0 5 36 B0 39 1D
Octal 40 165 157 111 0 5 66 260 71 35
Binary 100000 1110101 1101111 1001001 0 101 110110 10110000 111001 11101

Color Harmonies of #20756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20756F

Black with #20756F

Text Example


Text Example

White with #20756F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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