Html Css Color HEX #207676 Elm

📋 copy color: '#207676'

red 32 ◦ green 118 ◦ blue 118

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

Shades of Elm #207676

Tints of Elm #207676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 44.03%

R = 11.94%
G = 44.03%
B = 44.03%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#207676 (or 0x207676) is known color: Elm. HEX triplet: 20, 76 and 76. RGB value is (32,118,118). Sum of RGB (Red+Green+Blue) = 32+118+118=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 118 - color contains mainly: green, blue. Hex color #207676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207676 is #DF8989. Grayscale: #5C5C5C. Windows color (decimal): -14649738 or 7763488. OLE color: 7763488.

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

Color convert

RGB 32 118 118 -
CMYK 0.73 0 0 0.54
HSL 180º 0.57% 0.29% -
HSV(B) 180º 0.73% 0.46% -
XYZ 10.34 14.57 19.41 -
YUV 92.29 142.51 85 -
System Red Green Blue C M Y K H S L
Decimal 32 118 118 0.73 0 0 0.54 180 0.57 0.29
Hex 20 76 76 49 0 0 36 B4 39 1D
Octal 40 166 166 111 0 0 66 264 71 35
Binary 100000 1110110 1110110 1001001 0 0 110110 10110100 111001 11101

Color Harmonies of #207676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207676

Black with #207676

Text Example


Text Example

White with #207676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207676; }

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

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

background-color css

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

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

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

border-color css

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

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

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