Html Css Color HEX #108572 Elf Green

📋 copy color: '#108572'

red 16 ◦ green 133 ◦ blue 114

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

Shades of Elf Green #108572

Tints of Elf Green #108572

RGB

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

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

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

R = 6.08%
G = 50.57%
B = 43.35%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#108572 (or 0x108572) is known color: Elf Green. HEX triplet: 10, 85 and 72. RGB value is (16,133,114). Sum of RGB (Red+Green+Blue) = 16+133+114=263 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.08% from 263); Green value is 133 (52.34% from 255 or 50.57% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 133 - color contains mainly: green. Hex color #108572 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108572 is #EF7A8D. Grayscale: #5F5F5F. Windows color (decimal): -15694478 or 7505168. OLE color: 7505168.

HSL color Cylindrical-coordinate representation of color #108572: hue angle of 170.26º 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 #108572 is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 16 133 114 -
CMYK 0.88 0 0.14 0.48
HSL 170.26º 0.79% 0.29% -
HSV(B) 170.26º 0.88% 0.52% -
XYZ 11.64 18.1 18.8 -
YUV 95.85 138.24 71.04 -
System Red Green Blue C M Y K H S L
Decimal 16 133 114 0.88 0 0.14 0.48 170.26 0.79 0.29
Hex 10 85 72 58 0 E 30 AA 4F 1D
Octal 20 205 162 130 0 16 60 252 117 35
Binary 10000 10000101 1110010 1011000 0 1110 110000 10101010 1001111 11101

Color Harmonies of #108572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108572

Black with #108572

Text Example


Text Example

White with #108572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #108572; }

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

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

background-color css

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

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

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

border-color css

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

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

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