#168477

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

Shades of Elf Green #168477

Tints of Elf Green #168477

Color information

#168477 (or 0x168477) is unknown color: approx Elf Green. HEX triplet: 16, 84 and 77. RGB value is (22,132,119). Sum of RGB (Red+Green+Blue) = 22+132+119=273 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.06% from 273); Green value is 132 (51.95% from 255 or 48.35% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 132 - color contains mainly: green. Hex color #168477 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168477 is #E97B88. Grayscale: #616161. Windows color (decimal): -15301513 or 7832598. OLE color: 7832598.

HSL color Cylindrical-coordinate representation of color #168477: hue angle of 172.91º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #168477 is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB22132119-
CMYK0.8300.100.48
HSL172.91º71.43%30.2%-
HSV(B)172.91º83.33%51.76%-
XYZ11.9118.0120.3-
YUV97.63140.0674.06-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.06%
GREEN value IS 132 (51.95% from 255) = 48.35%
BLUE value IS 119 (46.88% from 255) = 43.59%
R=8.06%
G=48.35%
B=43.59%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal221321190.8300.100.48172.9171.4330.2
Hex168477530A30ad471e
Octal262041671230126025510736
Binary1011010000100111011110100110101011000010101101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168477; }

 p { color: rgb(22,132,119); }

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

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

 a { background-color: rgb(22,132,119); }

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

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

 span { border-color: rgb(22,132,119); }

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