Html Css Color HEX #168C76 Elf Green

📋 copy color: '#168C76'

red 22 ◦ green 140 ◦ blue 118

#168C76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elf Green #168C76

Tints of Elf Green #168C76

RGB

 RED value IS 22 (8.98% from 255) = 7.86%

 GREEN value IS 140 (55.08% from 255) = 50%

 BLUE value IS 118 (46.48% from 255) = 42.14%

R = 7.86%
G = 50%
B = 42.14%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#168C76 (or 0x168C76) is known color: Elf Green. HEX triplet: 16, 8C and 76. RGB value is (22,140,118). Sum of RGB (Red+Green+Blue) = 22+140+118=280 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.86% from 280); Green value is 140 (55.08% from 255 or 50% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 140 - color contains mainly: green. Hex color #168C76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168C76 is #E97389. Grayscale: #666666. Windows color (decimal): -15299466 or 7769110. OLE color: 7769110.

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

Color convert

RGB 22 140 118 -
CMYK 0.84 0 0.16 0.45
HSL 168.81º 0.73% 0.32% -
HSV(B) 168.81º 0.84% 0.55% -
XYZ 12.98 20.23 20.36 -
YUV 102.21 136.91 70.79 -
System Red Green Blue C M Y K H S L
Decimal 22 140 118 0.84 0 0.16 0.45 168.81 0.73 0.32
Hex 16 8C 76 54 0 10 2D A9 49 20
Octal 26 214 166 124 0 20 55 251 111 40
Binary 10110 10001100 1110110 1010100 0 10000 101101 10101001 1001001 100000

Color Harmonies of #168C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #168C76

Black with #168C76

Text Example


Text Example

White with #168C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,140,118); }

 H1.HeaderClassName
 {
   color: #168C76;
 }
 .AnyTagClassName
 {
   color: #168C76;
 }
</style>

background-color css

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

 a { background-color: rgb(22,140,118); }

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

border-color css

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

 span { border-color: rgb(22,140,118); }

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