Html Css Color HEX #207673 Elm

📋 copy color: '#207673'

red 32 ◦ green 118 ◦ blue 115

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

Shades of Elm #207673

Tints of Elm #207673

RGB

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

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

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

R = 12.08%
G = 44.53%
B = 43.4%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#207673 (or 0x207673) is known color: Elm. HEX triplet: 20, 76 and 73. RGB value is (32,118,115). Sum of RGB (Red+Green+Blue) = 32+118+115=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 118 (46.48% from 255 or 44.53% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 118 - color contains mainly: green. Hex color #207673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207673 is #DF898C. Grayscale: #5B5B5B. Windows color (decimal): -14649741 or 7566880. OLE color: 7566880.

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

Color convert

RGB 32 118 115 -
CMYK 0.73 0 0.03 0.54
HSL 177.91º 0.57% 0.29% -
HSV(B) 177.91º 0.73% 0.46% -
XYZ 10.17 14.5 18.48 -
YUV 91.94 141.01 85.24 -
System Red Green Blue C M Y K H S L
Decimal 32 118 115 0.73 0 0.03 0.54 177.91 0.57 0.29
Hex 20 76 73 49 0 3 36 B2 39 1D
Octal 40 166 163 111 0 3 66 262 71 35
Binary 100000 1110110 1110011 1001001 0 11 110110 10110010 111001 11101

Color Harmonies of #207673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207673

Black with #207673

Text Example


Text Example

White with #207673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207673; }

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

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

background-color css

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

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

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

border-color css

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

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

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