#207A6F

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

Shades of Elm #207A6F

Tints of Elm #207A6F

Color information

#207A6F (or 0x207A6F) is unknown color: approx Elm. HEX triplet: 20, 7A and 6F. RGB value is (32,122,111). Sum of RGB (Red+Green+Blue) = 32+122+111=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 122 (48.05% from 255 or 46.04% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 122 - color contains mainly: green. Hex color #207A6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207A6F is #DF8590. Grayscale: #5D5D5D. Windows color (decimal): -14648721 or 7305760. OLE color: 7305760.

HSL color Cylindrical-coordinate representation of color #207A6F: hue angle of 172.67º degrees, saturation: 0.58, 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 #207A6F is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.

Color convert

RGB32122111-
CMYK0.7400.090.52
HSL172.67º58.44%30.2%-
HSV(B)172.67º73.77%47.84%-
XYZ10.4215.3717.46-
YUV93.84137.6883.89-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.08%
GREEN value IS 122 (48.05% from 255) = 46.04%
BLUE value IS 111 (43.75% from 255) = 41.89%
R=12.08%
G=46.04%
B=41.89%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal321221110.7400.090.52172.6758.4430.2
Hex207A6F4A0934ad3a1e
Octal40172157112011642557236
Binary100000111101011011111001010010011101001010110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,122,111); }

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

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

 a { background-color: rgb(32,122,111); }

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

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

 span { border-color: rgb(32,122,111); }

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