#108772

Color #108772 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #108772

Tints of Elf Green #108772

Color information

#108772 (or 0x108772) is unknown color: approx Elf Green. HEX triplet: 10, 87 and 72. RGB value is (16,135,114). Sum of RGB (Red+Green+Blue) = 16+135+114=265 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.04% from 265); Green value is 135 (53.12% from 255 or 50.94% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 135 - color contains mainly: green. Hex color #108772 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108772 is #EF788D. Grayscale: #606060. Windows color (decimal): -15693966 or 7505680. OLE color: 7505680.

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

Color convert

RGB16135114-
CMYK0.8800.160.47
HSL169.41º78.81%29.61%-
HSV(B)169.41º88.15%52.94%-
XYZ11.9118.6518.89-
YUV97.02137.5870.21-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.04%
GREEN value IS 135 (53.12% from 255) = 50.94%
BLUE value IS 114 (44.92% from 255) = 43.02%
R=6.04%
G=50.94%
B=43.02%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal161351140.8800.160.47169.4178.8129.61
Hex108772580102Fa94f1e
Octal202071621300205725111736
Binary10000100001111110010101100001000010111110101001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108772; }

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

 H1.HeaderClassName
 {
   color: #108772;
 }
 .AnyTagClassName
 {
   color: #108772;
 }
</style>
background-color css

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

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

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

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

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

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