Html Css Color HEX #168F70 Elf Green

📋 copy color: '#168F70'

red 22 ◦ green 143 ◦ blue 112

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

Shades of Elf Green #168F70

Tints of Elf Green #168F70

RGB

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

 GREEN value IS 143 (56.25% from 255) = 51.62%

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

R = 7.94%
G = 51.62%
B = 40.43%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#168F70 (or 0x168F70) is known color: Elf Green. HEX triplet: 16, 8F and 70. RGB value is (22,143,112). Sum of RGB (Red+Green+Blue) = 22+143+112=277 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.94% from 277); Green value is 143 (56.25% from 255 or 51.62% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 143 - color contains mainly: green. Hex color #168F70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168F70 is #E9708F. Grayscale: #676767. Windows color (decimal): -15298704 or 7376662. OLE color: 7376662.

HSL color Cylindrical-coordinate representation of color #168F70: hue angle of 164.63º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #168F70 is Cyan = 0.85, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 22 143 112 -
CMYK 0.85 0 0.22 0.44
HSL 164.63º 0.73% 0.32% -
HSV(B) 164.63º 0.85% 0.56% -
XYZ 13.08 20.99 18.69 -
YUV 103.29 132.91 70.02 -
System Red Green Blue C M Y K H S L
Decimal 22 143 112 0.85 0 0.22 0.44 164.63 0.73 0.32
Hex 16 8F 70 55 0 16 2C A5 49 20
Octal 26 217 160 125 0 26 54 245 111 40
Binary 10110 10001111 1110000 1010101 0 10110 101100 10100101 1001001 100000

Color Harmonies of #168F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #168F70

Black with #168F70

Text Example


Text Example

White with #168F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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