Html Css Color HEX #108972 Elf Green

📋 copy color: '#108972'

red 16 ◦ green 137 ◦ blue 114

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

Shades of Elf Green #108972

Tints of Elf Green #108972

RGB

 RED value IS 16 (6.64% from 255) = 5.99%

 GREEN value IS 137 (53.91% from 255) = 51.31%

 BLUE value IS 114 (44.92% from 255) = 42.7%

R = 5.99%
G = 51.31%
B = 42.7%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#108972 (or 0x108972) is known color: Elf Green. HEX triplet: 10, 89 and 72. RGB value is (16,137,114). Sum of RGB (Red+Green+Blue) = 16+137+114=267 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.99% from 267); Green value is 137 (53.91% from 255 or 51.31% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 137 - color contains mainly: green. Hex color #108972 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108972 is #EF768D. Grayscale: #626262. Windows color (decimal): -15693454 or 7506192. OLE color: 7506192.

HSL color Cylindrical-coordinate representation of color #108972: hue angle of 168.6º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108972 is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB 16 137 114 -
CMYK 0.88 0 0.17 0.46
HSL 168.6º 0.79% 0.3% -
HSV(B) 168.6º 0.88% 0.54% -
XYZ 12.2 19.22 18.99 -
YUV 98.2 136.91 69.37 -
System Red Green Blue C M Y K H S L
Decimal 16 137 114 0.88 0 0.17 0.46 168.6 0.79 0.3
Hex 10 89 72 58 0 11 2E A9 4F 1E
Octal 20 211 162 130 0 21 56 251 117 36
Binary 10000 10001001 1110010 1011000 0 10001 101110 10101001 1001111 11110

Color Harmonies of #108972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108972

Black with #108972

Text Example


Text Example

White with #108972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #108972; }

 p { color: rgb(16,137,114); }

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

background-color css

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

 a { background-color: rgb(16,137,114); }

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

border-color css

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

 span { border-color: rgb(16,137,114); }

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