Html Css Color HEX #207870 Elm

📋 copy color: '#207870'

red 32 ◦ green 120 ◦ blue 112

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

Shades of Elm #207870

Tints of Elm #207870

RGB

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

 GREEN value IS 120 (47.27% from 255) = 45.45%

 BLUE value IS 112 (44.14% from 255) = 42.42%

R = 12.12%
G = 45.45%
B = 42.42%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#207870 (or 0x207870) is known color: Elm. HEX triplet: 20, 78 and 70. RGB value is (32,120,112). Sum of RGB (Red+Green+Blue) = 32+120+112=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 120 (47.27% from 255 or 45.45% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 120 - color contains mainly: green. Hex color #207870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207870 is #DF878F. Grayscale: #5C5C5C. Windows color (decimal): -14649232 or 7370784. OLE color: 7370784.

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

Color convert

RGB 32 120 112 -
CMYK 0.73 0 0.07 0.53
HSL 174.55º 0.58% 0.3% -
HSV(B) 174.55º 0.73% 0.47% -
XYZ 10.24 14.91 17.67 -
YUV 92.78 138.85 84.65 -
System Red Green Blue C M Y K H S L
Decimal 32 120 112 0.73 0 0.07 0.53 174.55 0.58 0.3
Hex 20 78 70 49 0 7 35 AF 3A 1E
Octal 40 170 160 111 0 7 65 257 72 36
Binary 100000 1111000 1110000 1001001 0 111 110101 10101111 111010 11110

Color Harmonies of #207870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207870

Black with #207870

Text Example


Text Example

White with #207870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207870; }

 p { color: rgb(32,120,112); }

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

background-color css

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

 a { background-color: rgb(32,120,112); }

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

border-color css

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

 span { border-color: rgb(32,120,112); }

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