Html Css Color HEX #207975 Elm

📋 copy color: '#207975'

red 32 ◦ green 121 ◦ blue 117

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

Shades of Elm #207975

Tints of Elm #207975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.33%

R = 11.85%
G = 44.81%
B = 43.33%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#207975 (or 0x207975) is known color: Elm. HEX triplet: 20, 79 and 75. RGB value is (32,121,117). Sum of RGB (Red+Green+Blue) = 32+121+117=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 121 (47.66% from 255 or 44.81% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 121 - color contains mainly: green. Hex color #207975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207975 is #DF868A. Grayscale: #5D5D5D. Windows color (decimal): -14648971 or 7698720. OLE color: 7698720.

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

Color convert

RGB 32 121 117 -
CMYK 0.74 0 0.03 0.53
HSL 177.3º 0.58% 0.3% -
HSV(B) 177.3º 0.74% 0.47% -
XYZ 10.64 15.27 19.22 -
YUV 93.93 141.01 83.83 -
System Red Green Blue C M Y K H S L
Decimal 32 121 117 0.74 0 0.03 0.53 177.3 0.58 0.3
Hex 20 79 75 4A 0 3 35 B1 3A 1E
Octal 40 171 165 112 0 3 65 261 72 36
Binary 100000 1111001 1110101 1001010 0 11 110101 10110001 111010 11110

Color Harmonies of #207975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207975

Black with #207975

Text Example


Text Example

White with #207975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207975; }

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

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

background-color css

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

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

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

border-color css

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

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

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