#169665

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

Shades of Elf Green #169665

Tints of Elf Green #169665

Color information

#169665 (or 0x169665) is unknown color: approx Elf Green. HEX triplet: 16, 96 and 65. RGB value is (22,150,101). Sum of RGB (Red+Green+Blue) = 22+150+101=273 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.06% from 273); Green value is 150 (58.98% from 255 or 54.95% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 150 - color contains mainly: green. Hex color #169665 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #169665 is #E9699A. Grayscale: #6A6A6A. Windows color (decimal): -15296923 or 6657558. OLE color: 6657558.

HSL color Cylindrical-coordinate representation of color #169665: hue angle of 157.03º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #169665 is Cyan = 0.85, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB22150101-
CMYK0.8500.330.41
HSL157.03º74.42%33.73%-
HSV(B)157.03º85.33%58.82%-
XYZ13.5922.9216.02-
YUV106.14125.0967.98-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.06%
GREEN value IS 150 (58.98% from 255) = 54.95%
BLUE value IS 101 (39.84% from 255) = 37.00%
R=8.06%
G=54.95%
B=37.00%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal221501010.8500.330.41157.0374.4233.73
Hex16966555021299d4a22
Octal262261451250415123511242
Binary1011010010110110010110101010100001101001100111011001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #169665; }

 p { color: rgb(22,150,101); }

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

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

 a { background-color: rgb(22,150,101); }

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

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

 span { border-color: rgb(22,150,101); }

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