Html Css Color HEX #168079 Elm

📋 copy color: '#168079'

red 22 ◦ green 128 ◦ blue 121

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

Shades of Elm #168079

Tints of Elm #168079

RGB

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

 GREEN value IS 128 (50.39% from 255) = 47.23%

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

R = 8.12%
G = 47.23%
B = 44.65%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#168079 (or 0x168079) is known color: Elm. HEX triplet: 16, 80 and 79. RGB value is (22,128,121). Sum of RGB (Red+Green+Blue) = 22+128+121=271 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.12% from 271); Green value is 128 (50.39% from 255 or 47.23% from 271); Blue value is 121 (47.66% from 255 or 44.65% from 271); Max value from RGB is 128 - color contains mainly: green. Hex color #168079 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168079 is #E97F86. Grayscale: #5F5F5F. Windows color (decimal): -15302535 or 7962646. OLE color: 7962646.

HSL color Cylindrical-coordinate representation of color #168079: hue angle of 176.04º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #168079 is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 22 128 121 -
CMYK 0.83 0 0.05 0.50
HSL 176.04º 0.71% 0.29% -
HSV(B) 176.04º 0.83% 0.5% -
XYZ 11.5 16.99 20.76 -
YUV 95.51 142.38 75.57 -
System Red Green Blue C M Y K H S L
Decimal 22 128 121 0.83 0 0.05 0.50 176.04 0.71 0.29
Hex 16 80 79 53 0 5 32 B0 47 1D
Octal 26 200 171 123 0 5 62 260 107 35
Binary 10110 10000000 1111001 1010011 0 101 110010 10110000 1000111 11101

Color Harmonies of #168079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #168079

Black with #168079

Text Example


Text Example

White with #168079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #168079; }

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

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

background-color css

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

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

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

border-color css

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

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

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