Html Css Color HEX #207976 Elm

📋 copy color: '#207976'

red 32 ◦ green 121 ◦ blue 118

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

Shades of Elm #207976

Tints of Elm #207976

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.65%

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

R = 11.81%
G = 44.65%
B = 43.54%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#207976 (or 0x207976) is known color: Elm. HEX triplet: 20, 79 and 76. RGB value is (32,121,118). Sum of RGB (Red+Green+Blue) = 32+121+118=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 121 - color contains mainly: green. Hex color #207976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207976 is #DF8689. Grayscale: #5D5D5D. Windows color (decimal): -14648970 or 7764256. OLE color: 7764256.

HSL color Cylindrical-coordinate representation of color #207976: hue angle of 177.98º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #207976 is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 32 121 118 -
CMYK 0.74 0 0.02 0.53
HSL 177.98º 0.58% 0.3% -
HSV(B) 177.98º 0.74% 0.47% -
XYZ 10.7 15.29 19.53 -
YUV 94.05 141.51 83.74 -
System Red Green Blue C M Y K H S L
Decimal 32 121 118 0.74 0 0.02 0.53 177.98 0.58 0.3
Hex 20 79 76 4A 0 2 35 B2 3A 1E
Octal 40 171 166 112 0 2 65 262 72 36
Binary 100000 1111001 1110110 1001010 0 10 110101 10110010 111010 11110

Color Harmonies of #207976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207976

Black with #207976

Text Example


Text Example

White with #207976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207976; }

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

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

background-color css

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

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

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

border-color css

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

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

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