Html Css Color HEX #207E75 Elm

📋 copy color: '#207E75'

red 32 ◦ green 126 ◦ blue 117

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

Shades of Elm #207E75

Tints of Elm #207E75

RGB

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

 GREEN value IS 126 (49.61% from 255) = 45.82%

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

R = 11.64%
G = 45.82%
B = 42.55%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#207E75 (or 0x207E75) is known color: Elm. HEX triplet: 20, 7E and 75. RGB value is (32,126,117). Sum of RGB (Red+Green+Blue) = 32+126+117=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 126 (49.61% from 255 or 45.82% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 126 - color contains mainly: green. Hex color #207E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207E75 is #DF818A. Grayscale: #606060. Windows color (decimal): -14647691 or 7700000. OLE color: 7700000.

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

Color convert

RGB 32 126 117 -
CMYK 0.75 0 0.07 0.51
HSL 174.26º 0.59% 0.31% -
HSV(B) 174.26º 0.75% 0.49% -
XYZ 11.27 16.51 19.42 -
YUV 96.87 139.36 81.73 -
System Red Green Blue C M Y K H S L
Decimal 32 126 117 0.75 0 0.07 0.51 174.26 0.59 0.31
Hex 20 7E 75 4B 0 7 33 AE 3B 1F
Octal 40 176 165 113 0 7 63 256 73 37
Binary 100000 1111110 1110101 1001011 0 111 110011 10101110 111011 11111

Color Harmonies of #207E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207E75

Black with #207E75

Text Example


Text Example

White with #207E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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