#169B70

Color #169B70 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #169B70

Tints of Elf Green #169B70

Color information

#169B70 (or 0x169B70) is unknown color: approx Elf Green. HEX triplet: 16, 9B and 70. RGB value is (22,155,112). Sum of RGB (Red+Green+Blue) = 22+155+112=289 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.61% from 289); Green value is 155 (60.94% from 255 or 53.63% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 155 - color contains mainly: green. Hex color #169B70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #169B70 is #E9648F. Grayscale: #6E6E6E. Windows color (decimal): -15295632 or 7379734. OLE color: 7379734.

HSL color Cylindrical-coordinate representation of color #169B70: hue angle of 160.6º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #169B70 is Cyan = 0.86, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB22155112-
CMYK0.8600.280.39
HSL160.6º75.14%34.71%-
HSV(B)160.6º85.81%60.78%-
XYZ14.9824.7819.32-
YUV110.33128.9465-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.61%
GREEN value IS 155 (60.94% from 255) = 53.63%
BLUE value IS 112 (44.14% from 255) = 38.75%
R=7.61%
G=53.63%
B=38.75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal221551120.8600.280.39160.675.1434.71
Hex169B705601C27a14b23
Octal262331601260344724111343
Binary101101001101111100001010110011100100111101000011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #169B70; }

 p { color: rgb(22,155,112); }

 H1.HeaderClassName
 {
   color: #169B70;
 }
 .AnyTagClassName
 {
   color: #169B70;
 }
</style>
background-color css

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

 a { background-color: rgb(22,155,112); }

 div.DivClassName
 {
   background-color: #169B70;
 }
 .BgClassName
 {
   background-color: #169B70;
 }
</style>
border-color css

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

 span { border-color: rgb(22,155,112); }

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