#169868

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

Shades of Elf Green #169868

Tints of Elf Green #169868

Color information

#169868 (or 0x169868) is unknown color: approx Elf Green. HEX triplet: 16, 98 and 68. RGB value is (22,152,104). Sum of RGB (Red+Green+Blue) = 22+152+104=278 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.91% from 278); Green value is 152 (59.77% from 255 or 54.68% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 152 - color contains mainly: green. Hex color #169868 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #169868 is #E96797. Grayscale: #6B6B6B. Windows color (decimal): -15296408 or 6854678. OLE color: 6854678.

HSL color Cylindrical-coordinate representation of color #169868: hue angle of 157.85º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #169868 is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB22152104-
CMYK0.8600.320.40
HSL157.85º74.71%34.12%-
HSV(B)157.85º85.53%59.61%-
XYZ14.0623.6316.92-
YUV107.66125.9366.9-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.91%
GREEN value IS 152 (59.77% from 255) = 54.68%
BLUE value IS 104 (41.02% from 255) = 37.41%
R=7.91%
G=54.68%
B=37.41%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal221521040.8600.320.40157.8574.7134.12
Hex16986856020289e4b22
Octal262301501260405023611342
Binary1011010011000110100010101100100000101000100111101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #169868; }

 p { color: rgb(22,152,104); }

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

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

 a { background-color: rgb(22,152,104); }

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

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

 span { border-color: rgb(22,152,104); }

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