Html Css Color HEX #108B68 Elf Green

📋 copy color: '#108B68'

red 16 ◦ green 139 ◦ blue 104

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

Shades of Elf Green #108B68

Tints of Elf Green #108B68

RGB

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

 GREEN value IS 139 (54.69% from 255) = 53.67%

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

R = 6.18%
G = 53.67%
B = 40.15%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#108B68 (or 0x108B68) is known color: Elf Green. HEX triplet: 10, 8B and 68. RGB value is (16,139,104). Sum of RGB (Red+Green+Blue) = 16+139+104=259 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.18% from 259); Green value is 139 (54.69% from 255 or 53.67% from 259); Blue value is 104 (41.02% from 255 or 40.15% from 259); Max value from RGB is 139 - color contains mainly: green. Hex color #108B68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108B68 is #EF7497. Grayscale: #626262. Windows color (decimal): -15692952 or 6851344. OLE color: 6851344.

HSL color Cylindrical-coordinate representation of color #108B68: hue angle of 162.93º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108B68 is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 139 104 -
CMYK 0.88 0 0.25 0.45
HSL 162.93º 0.79% 0.3% -
HSV(B) 162.93º 0.88% 0.55% -
XYZ 11.95 19.57 16.25 -
YUV 98.23 131.25 69.35 -
System Red Green Blue C M Y K H S L
Decimal 16 139 104 0.88 0 0.25 0.45 162.93 0.79 0.3
Hex 10 8B 68 58 0 19 2D A3 4F 1E
Octal 20 213 150 130 0 31 55 243 117 36
Binary 10000 10001011 1101000 1011000 0 11001 101101 10100011 1001111 11110

Color Harmonies of #108B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108B68

Black with #108B68

Text Example


Text Example

White with #108B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #108B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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