Html Css Color HEX #207675 Elm

📋 copy color: '#207675'

red 32 ◦ green 118 ◦ blue 117

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

Shades of Elm #207675

Tints of Elm #207675

RGB

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

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

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

R = 11.99%
G = 44.19%
B = 43.82%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#207675 (or 0x207675) is known color: Elm. HEX triplet: 20, 76 and 75. RGB value is (32,118,117). Sum of RGB (Red+Green+Blue) = 32+118+117=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 118 - color contains mainly: green. Hex color #207675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207675 is #DF898A. Grayscale: #5C5C5C. Windows color (decimal): -14649739 or 7697952. OLE color: 7697952.

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

Color convert

RGB 32 118 117 -
CMYK 0.73 0 0.01 0.54
HSL 179.3º 0.57% 0.29% -
HSV(B) 179.3º 0.73% 0.46% -
XYZ 10.28 14.55 19.1 -
YUV 92.17 142.01 85.08 -
System Red Green Blue C M Y K H S L
Decimal 32 118 117 0.73 0 0.01 0.54 179.3 0.57 0.29
Hex 20 76 75 49 0 1 36 B3 39 1D
Octal 40 166 165 111 0 1 66 263 71 35
Binary 100000 1110110 1110101 1001001 0 1 110110 10110011 111001 11101

Color Harmonies of #207675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207675

Black with #207675

Text Example


Text Example

White with #207675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207675; }

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

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

background-color css

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

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

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

border-color css

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

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

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