Html Css Color HEX #168379 Elm

📋 copy color: '#168379'

red 22 ◦ green 131 ◦ blue 121

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

Shades of Elm #168379

Tints of Elm #168379

RGB

 RED value IS 22 (8.98% from 255) = 8.03%

 GREEN value IS 131 (51.56% from 255) = 47.81%

 BLUE value IS 121 (47.66% from 255) = 44.16%

R = 8.03%
G = 47.81%
B = 44.16%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#168379 (or 0x168379) is known color: Elm. HEX triplet: 16, 83 and 79. RGB value is (22,131,121). Sum of RGB (Red+Green+Blue) = 22+131+121=274 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.03% from 274); Green value is 131 (51.56% from 255 or 47.81% from 274); Blue value is 121 (47.66% from 255 or 44.16% from 274); Max value from RGB is 131 - color contains mainly: green. Hex color #168379 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168379 is #E97C86. Grayscale: #616161. Windows color (decimal): -15301767 or 7963414. OLE color: 7963414.

HSL color Cylindrical-coordinate representation of color #168379: hue angle of 174.5º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #168379 is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 22 131 121 -
CMYK 0.83 0 0.08 0.49
HSL 174.5º 0.71% 0.3% -
HSV(B) 174.5º 0.83% 0.51% -
XYZ 11.9 17.78 20.89 -
YUV 97.27 141.39 74.31 -
System Red Green Blue C M Y K H S L
Decimal 22 131 121 0.83 0 0.08 0.49 174.5 0.71 0.3
Hex 16 83 79 53 0 8 31 AE 47 1E
Octal 26 203 171 123 0 10 61 256 107 36
Binary 10110 10000011 1111001 1010011 0 1000 110001 10101110 1000111 11110

Color Harmonies of #168379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #168379

Black with #168379

Text Example


Text Example

White with #168379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #168379; }

 p { color: rgb(22,131,121); }

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

background-color css

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

 a { background-color: rgb(22,131,121); }

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

border-color css

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

 span { border-color: rgb(22,131,121); }

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