Html Css Color HEX #207974 Elm

📋 copy color: '#207974'

red 32 ◦ green 121 ◦ blue 116

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

Shades of Elm #207974

Tints of Elm #207974

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.98%

 BLUE value IS 116 (45.7% from 255) = 43.12%

R = 11.9%
G = 44.98%
B = 43.12%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#207974 (or 0x207974) is known color: Elm. HEX triplet: 20, 79 and 74. RGB value is (32,121,116). Sum of RGB (Red+Green+Blue) = 32+121+116=269 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.90% from 269); Green value is 121 (47.66% from 255 or 44.98% from 269); Blue value is 116 (45.70% from 255 or 43.12% from 269); Max value from RGB is 121 - color contains mainly: green. Hex color #207974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207974 is #DF868B. Grayscale: #5D5D5D. Windows color (decimal): -14648972 or 7633184. OLE color: 7633184.

HSL color Cylindrical-coordinate representation of color #207974: hue angle of 176.63º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #207974 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 32 121 116 -
CMYK 0.74 0 0.04 0.53
HSL 176.63º 0.58% 0.3% -
HSV(B) 176.63º 0.74% 0.47% -
XYZ 10.59 15.24 18.91 -
YUV 93.82 140.51 83.91 -
System Red Green Blue C M Y K H S L
Decimal 32 121 116 0.74 0 0.04 0.53 176.63 0.58 0.3
Hex 20 79 74 4A 0 4 35 B1 3A 1E
Octal 40 171 164 112 0 4 65 261 72 36
Binary 100000 1111001 1110100 1001010 0 100 110101 10110001 111010 11110

Color Harmonies of #207974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207974

Black with #207974

Text Example


Text Example

White with #207974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207974; }

 p { color: rgb(32,121,116); }

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

background-color css

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

 a { background-color: rgb(32,121,116); }

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

border-color css

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

 span { border-color: rgb(32,121,116); }

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