Html Css Color HEX #207674 Elm

📋 copy color: '#207674'

red 32 ◦ green 118 ◦ blue 116

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

Shades of Elm #207674

Tints of Elm #207674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 43.61%

R = 12.03%
G = 44.36%
B = 43.61%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#207674 (or 0x207674) is known color: Elm. HEX triplet: 20, 76 and 74. RGB value is (32,118,116). Sum of RGB (Red+Green+Blue) = 32+118+116=266 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.03% from 266); Green value is 118 (46.48% from 255 or 44.36% from 266); Blue value is 116 (45.70% from 255 or 43.61% from 266); Max value from RGB is 118 - color contains mainly: green. Hex color #207674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207674 is #DF898B. Grayscale: #5B5B5B. Windows color (decimal): -14649740 or 7632416. OLE color: 7632416.

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

Color convert

RGB 32 118 116 -
CMYK 0.73 0 0.02 0.54
HSL 178.6º 0.57% 0.29% -
HSV(B) 178.6º 0.73% 0.46% -
XYZ 10.23 14.52 18.79 -
YUV 92.06 141.51 85.16 -
System Red Green Blue C M Y K H S L
Decimal 32 118 116 0.73 0 0.02 0.54 178.6 0.57 0.29
Hex 20 76 74 49 0 2 36 B3 39 1D
Octal 40 166 164 111 0 2 66 263 71 35
Binary 100000 1110110 1110100 1001001 0 10 110110 10110011 111001 11101

Color Harmonies of #207674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207674

Black with #207674

Text Example


Text Example

White with #207674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207674; }

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

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

background-color css

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

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

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

border-color css

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

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

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