Html Css Color HEX #207C71 Elm

📋 copy color: '#207C71'

red 32 ◦ green 124 ◦ blue 113

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

Shades of Elm #207C71

Tints of Elm #207C71

RGB

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

 GREEN value IS 124 (48.83% from 255) = 46.1%

 BLUE value IS 113 (44.53% from 255) = 42.01%

R = 11.9%
G = 46.1%
B = 42.01%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#207C71 (or 0x207C71) is known color: Elm. HEX triplet: 20, 7C and 71. RGB value is (32,124,113). Sum of RGB (Red+Green+Blue) = 32+124+113=269 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.90% from 269); Green value is 124 (48.83% from 255 or 46.10% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 124 - color contains mainly: green. Hex color #207C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207C71 is #DF838E. Grayscale: #5F5F5F. Windows color (decimal): -14648207 or 7437344. OLE color: 7437344.

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

Color convert

RGB 32 124 113 -
CMYK 0.74 0 0.09 0.51
HSL 172.83º 0.59% 0.31% -
HSV(B) 172.83º 0.74% 0.49% -
XYZ 10.78 15.91 18.13 -
YUV 95.24 138.02 82.89 -
System Red Green Blue C M Y K H S L
Decimal 32 124 113 0.74 0 0.09 0.51 172.83 0.59 0.31
Hex 20 7C 71 4A 0 9 33 AD 3B 1F
Octal 40 174 161 112 0 11 63 255 73 37
Binary 100000 1111100 1110001 1001010 0 1001 110011 10101101 111011 11111

Color Harmonies of #207C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207C71

Black with #207C71

Text Example


Text Example

White with #207C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,124,113); }

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

background-color css

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

 a { background-color: rgb(32,124,113); }

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

border-color css

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

 span { border-color: rgb(32,124,113); }

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