#168B75

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

Shades of Elf Green #168B75

Tints of Elf Green #168B75

Color information

#168B75 (or 0x168B75) is unknown color: approx Elf Green. HEX triplet: 16, 8B and 75. RGB value is (22,139,117). Sum of RGB (Red+Green+Blue) = 22+139+117=278 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.91% from 278); Green value is 139 (54.69% from 255 or 50% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 139 - color contains mainly: green. Hex color #168B75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168B75 is #E9748A. Grayscale: #656565. Windows color (decimal): -15299723 or 7703318. OLE color: 7703318.

HSL color Cylindrical-coordinate representation of color #168B75: hue angle of 168.72º 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 #168B75 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB22139117-
CMYK0.8400.160.45
HSL168.72º72.67%31.57%-
HSV(B)168.72º84.17%54.51%-
XYZ12.7719.9220-
YUV101.51136.7471.29-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.91%
GREEN value IS 139 (54.69% from 255) = 50%
BLUE value IS 117 (46.09% from 255) = 42.09%
R=7.91%
G=50%
B=42.09%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal221391170.8400.160.45168.7272.6731.57
Hex168B75540102Da94920
Octal262131651240205525111140
Binary101101000101111101011010100010000101101101010011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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