Html Css Color HEX #207E73 Elm

📋 copy color: '#207E73'

red 32 ◦ green 126 ◦ blue 115

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

Shades of Elm #207E73

Tints of Elm #207E73

RGB

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

 GREEN value IS 126 (49.61% from 255) = 46.15%

 BLUE value IS 115 (45.31% from 255) = 42.12%

R = 11.72%
G = 46.15%
B = 42.12%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#207E73 (or 0x207E73) is known color: Elm. HEX triplet: 20, 7E and 73. RGB value is (32,126,115). Sum of RGB (Red+Green+Blue) = 32+126+115=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 126 (49.61% from 255 or 46.15% from 273); Blue value is 115 (45.31% from 255 or 42.12% from 273); Max value from RGB is 126 - color contains mainly: green. Hex color #207E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207E73 is #DF818C. Grayscale: #606060. Windows color (decimal): -14647693 or 7568928. OLE color: 7568928.

HSL color Cylindrical-coordinate representation of color #207E73: hue angle of 172.98º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #207E73 is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB 32 126 115 -
CMYK 0.75 0 0.09 0.51
HSL 172.98º 0.59% 0.31% -
HSV(B) 172.98º 0.75% 0.49% -
XYZ 11.15 16.47 18.81 -
YUV 96.64 138.36 81.89 -
System Red Green Blue C M Y K H S L
Decimal 32 126 115 0.75 0 0.09 0.51 172.98 0.59 0.31
Hex 20 7E 73 4B 0 9 33 AD 3B 1F
Octal 40 176 163 113 0 11 63 255 73 37
Binary 100000 1111110 1110011 1001011 0 1001 110011 10101101 111011 11111

Color Harmonies of #207E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207E73

Black with #207E73

Text Example


Text Example

White with #207E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207E73; }

 p { color: rgb(32,126,115); }

 H1.HeaderClassName
 {
   color: #207E73;
 }
 .AnyTagClassName
 {
   color: #207E73;
 }
</style>

background-color css

<style>
 a { background-color: #207E73; }

 a { background-color: rgb(32,126,115); }

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

border-color css

<style>
 span { border-color: #207E73; }

 span { border-color: rgb(32,126,115); }

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