#207269

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

Shades of Elm #207269

Tints of Elm #207269

Color information

#207269 (or 0x207269) is unknown color: approx Elm. HEX triplet: 20, 72 and 69. RGB value is (32,114,105). Sum of RGB (Red+Green+Blue) = 32+114+105=251 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.75% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 114 - color contains mainly: green. Hex color #207269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207269 is #DF8D96. Grayscale: #585858. Windows color (decimal): -14650775 or 6910496. OLE color: 6910496.

HSL color Cylindrical-coordinate representation of color #207269: hue angle of 173.41º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #207269 is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB32114105-
CMYK0.7200.080.55
HSL173.41º56.16%28.63%-
HSV(B)173.41º71.93%44.71%-
XYZ9.1613.3615.46-
YUV88.46137.3387.73-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.75%
GREEN value IS 114 (44.92% from 255) = 45.42%
BLUE value IS 105 (41.41% from 255) = 41.83%
R=12.75%
G=45.42%
B=41.83%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal321141050.7200.080.55173.4156.1628.63
Hex207269480837ad381d
Octal40162151110010672557035
Binary100000111001011010011001000010001101111010110111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207269; }

 p { color: rgb(32,114,105); }

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

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

 a { background-color: rgb(32,114,105); }

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

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

 span { border-color: rgb(32,114,105); }

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