Html Css Color HEX #108575 Elf Green

📋 copy color: '#108575'

red 16 ◦ green 133 ◦ blue 117

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

Shades of Elf Green #108575

Tints of Elf Green #108575

RGB

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

 GREEN value IS 133 (52.34% from 255) = 50%

 BLUE value IS 117 (46.09% from 255) = 43.98%

R = 6.02%
G = 50%
B = 43.98%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#108575 (or 0x108575) is known color: Elf Green. HEX triplet: 10, 85 and 75. RGB value is (16,133,117). Sum of RGB (Red+Green+Blue) = 16+133+117=266 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.02% from 266); Green value is 133 (52.34% from 255 or 50% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 133 - color contains mainly: green. Hex color #108575 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108575 is #EF7A8A. Grayscale: #606060. Windows color (decimal): -15694475 or 7701776. OLE color: 7701776.

HSL color Cylindrical-coordinate representation of color #108575: hue angle of 171.79º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108575 is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 16 133 117 -
CMYK 0.88 0 0.12 0.48
HSL 171.79º 0.79% 0.29% -
HSV(B) 171.79º 0.88% 0.52% -
XYZ 11.81 18.17 19.71 -
YUV 96.19 139.74 70.8 -
System Red Green Blue C M Y K H S L
Decimal 16 133 117 0.88 0 0.12 0.48 171.79 0.79 0.29
Hex 10 85 75 58 0 C 30 AC 4F 1D
Octal 20 205 165 130 0 14 60 254 117 35
Binary 10000 10000101 1110101 1011000 0 1100 110000 10101100 1001111 11101

Color Harmonies of #108575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108575

Black with #108575

Text Example


Text Example

White with #108575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #108575; }

 p { color: rgb(16,133,117); }

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

background-color css

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

 a { background-color: rgb(16,133,117); }

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

border-color css

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

 span { border-color: rgb(16,133,117); }

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