Html Css Color HEX #168770 Elf Green

📋 copy color: '#168770'

red 22 ◦ green 135 ◦ blue 112

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

Shades of Elf Green #168770

Tints of Elf Green #168770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 50.19%

 BLUE value IS 112 (44.14% from 255) = 41.64%

R = 8.18%
G = 50.19%
B = 41.64%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#168770 (or 0x168770) is known color: Elf Green. HEX triplet: 16, 87 and 70. RGB value is (22,135,112). Sum of RGB (Red+Green+Blue) = 22+135+112=269 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.18% from 269); Green value is 135 (53.12% from 255 or 50.19% from 269); Blue value is 112 (44.14% from 255 or 41.64% from 269); Max value from RGB is 135 - color contains mainly: green. Hex color #168770 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168770 is #E9788F. Grayscale: #626262. Windows color (decimal): -15300752 or 7374614. OLE color: 7374614.

HSL color Cylindrical-coordinate representation of color #168770: hue angle of 167.79º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #168770 is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 22 135 112 -
CMYK 0.84 0 0.17 0.47
HSL 167.79º 0.72% 0.31% -
HSV(B) 167.79º 0.84% 0.53% -
XYZ 11.92 18.67 18.3 -
YUV 98.59 135.56 73.37 -
System Red Green Blue C M Y K H S L
Decimal 22 135 112 0.84 0 0.17 0.47 167.79 0.72 0.31
Hex 16 87 70 54 0 11 2F A8 48 1F
Octal 26 207 160 124 0 21 57 250 110 37
Binary 10110 10000111 1110000 1010100 0 10001 101111 10101000 1001000 11111

Color Harmonies of #168770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #168770

Black with #168770

Text Example


Text Example

White with #168770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #168770; }

 p { color: rgb(22,135,112); }

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

background-color css

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

 a { background-color: rgb(22,135,112); }

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

border-color css

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

 span { border-color: rgb(22,135,112); }

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