#168B74

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

Shades of Elf Green #168B74

Tints of Elf Green #168B74

Color information

#168B74 (or 0x168B74) is unknown color: approx Elf Green. HEX triplet: 16, 8B and 74. RGB value is (22,139,116). Sum of RGB (Red+Green+Blue) = 22+139+116=277 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.94% from 277); Green value is 139 (54.69% from 255 or 50.18% from 277); Blue value is 116 (45.70% from 255 or 41.88% from 277); Max value from RGB is 139 - color contains mainly: green. Hex color #168B74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168B74 is #E9748B. Grayscale: #656565. Windows color (decimal): -15299724 or 7637782. OLE color: 7637782.

HSL color Cylindrical-coordinate representation of color #168B74: hue angle of 168.21º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #168B74 is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB22139116-
CMYK0.8400.170.45
HSL168.21º72.67%31.57%-
HSV(B)168.21º84.17%54.51%-
XYZ12.7219.919.69-
YUV101.4136.2471.37-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.94%
GREEN value IS 139 (54.69% from 255) = 50.18%
BLUE value IS 116 (45.70% from 255) = 41.88%
R=7.94%
G=50.18%
B=41.88%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal221391160.8400.170.45168.2172.6731.57
Hex168B74540112Da84920
Octal262131641240215525011140
Binary101101000101111101001010100010001101101101010001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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