#207B75

Color #207B75 Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #207B75

Tints of Elm #207B75

Color information

#207B75 (or 0x207B75) is unknown color: approx Elm. HEX triplet: 20, 7B and 75. RGB value is (32,123,117). Sum of RGB (Red+Green+Blue) = 32+123+117=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 123 (48.44% from 255 or 45.22% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 123 - color contains mainly: green. Hex color #207B75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207B75 is #DF848A. Grayscale: #5F5F5F. Windows color (decimal): -14648459 or 7699232. OLE color: 7699232.

HSL color Cylindrical-coordinate representation of color #207B75: hue angle of 176.04º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #207B75 is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB32123117-
CMYK0.7400.050.52
HSL176.04º58.71%30.39%-
HSV(B)176.04º73.98%48.24%-
XYZ10.8915.7619.3-
YUV95.11140.3582.99-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.76%
GREEN value IS 123 (48.44% from 255) = 45.22%
BLUE value IS 117 (46.09% from 255) = 43.01%
R=11.76%
G=45.22%
B=43.01%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal321231170.7400.050.52176.0458.7130.39
Hex207B754A0534b03b1e
Octal4017316511205642607336
Binary10000011110111110101100101001011101001011000011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #207B75;
 }
 .AnyTagClassName
 {
   color: #207B75;
 }
</style>
background-color css

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

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

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

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

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

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