Html Css Color HEX #108868 Elf Green

📋 copy color: '#108868'

red 16 ◦ green 136 ◦ blue 104

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

Shades of Elf Green #108868

Tints of Elf Green #108868

RGB

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

 GREEN value IS 136 (53.52% from 255) = 53.13%

 BLUE value IS 104 (41.02% from 255) = 40.63%

R = 6.25%
G = 53.13%
B = 40.63%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#108868 (or 0x108868) is known color: Elf Green. HEX triplet: 10, 88 and 68. RGB value is (16,136,104). Sum of RGB (Red+Green+Blue) = 16+136+104=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 136 (53.52% from 255 or 53.12% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 136 - color contains mainly: green. Hex color #108868 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108868 is #EF7797. Grayscale: #606060. Windows color (decimal): -15693720 or 6850576. OLE color: 6850576.

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

Color convert

RGB 16 136 104 -
CMYK 0.88 0 0.24 0.47
HSL 164º 0.79% 0.3% -
HSV(B) 164º 0.88% 0.53% -
XYZ 11.52 18.72 16.1 -
YUV 96.47 132.24 70.6 -
System Red Green Blue C M Y K H S L
Decimal 16 136 104 0.88 0 0.24 0.47 164 0.79 0.3
Hex 10 88 68 58 0 18 2F A4 4F 1E
Octal 20 210 150 130 0 30 57 244 117 36
Binary 10000 10001000 1101000 1011000 0 11000 101111 10100100 1001111 11110

Color Harmonies of #108868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108868

Black with #108868

Text Example


Text Example

White with #108868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #108868; }

 p { color: rgb(16,136,104); }

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

background-color css

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

 a { background-color: rgb(16,136,104); }

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

border-color css

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

 span { border-color: rgb(16,136,104); }

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