#169B74

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

Shades of Elf Green #169B74

Tints of Elf Green #169B74

Color information

#169B74 (or 0x169B74) is unknown color: approx Elf Green. HEX triplet: 16, 9B and 74. RGB value is (22,155,116). Sum of RGB (Red+Green+Blue) = 22+155+116=293 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.51% from 293); Green value is 155 (60.94% from 255 or 52.90% from 293); Blue value is 116 (45.70% from 255 or 39.59% from 293); Max value from RGB is 155 - color contains mainly: green. Hex color #169B74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #169B74 is #E9648B. Grayscale: #6E6E6E. Windows color (decimal): -15295628 or 7641878. OLE color: 7641878.

HSL color Cylindrical-coordinate representation of color #169B74: hue angle of 162.41º 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 #169B74 is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB22155116-
CMYK0.8600.250.39
HSL162.41º75.14%34.71%-
HSV(B)162.41º85.81%60.78%-
XYZ15.224.8720.52-
YUV110.79130.9464.67-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.51%
GREEN value IS 155 (60.94% from 255) = 52.90%
BLUE value IS 116 (45.70% from 255) = 39.59%
R=7.51%
G=52.90%
B=39.59%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal221551160.8600.250.39162.4175.1434.71
Hex169B745601927a24b23
Octal262331641260314724211343
Binary101101001101111101001010110011001100111101000101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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