#105C15

Color #105C15 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #105C15

Tints of Myrtle #105C15

Color information

#105C15 (or 0x105C15) is unknown color: approx Myrtle. HEX triplet: 10, 5C and 15. RGB value is (16,92,21). Sum of RGB (Red+Green+Blue) = 16+92+21=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 92 (36.33% from 255 or 71.32% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 92 - color contains mainly: green. Hex color #105C15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105C15 is #EFA3EA. Grayscale: #3D3D3D. Windows color (decimal): -15705067 or 1399824. OLE color: 1399824.

HSL color Cylindrical-coordinate representation of color #105C15: hue angle of 123.95º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #105C15 is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.64.

Color convert

RGB169221-
CMYK0.8300.770.64
HSL123.95º70.37%21.18%-
HSV(B)123.95º82.61%36.08%-
XYZ4.187.822-
YUV61.18105.3295.77-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.40%
GREEN value IS 92 (36.33% from 255) = 71.32%
BLUE value IS 21 (8.59% from 255) = 16.28%
R=12.40%
G=71.32%
B=16.28%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1692210.8300.770.64123.9570.3721.18
Hex105C155304D407c4615
Octal2013425123011510017410625
Binary1000010111001010110100110100110110000001111100100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105C15; }

 p { color: rgb(16,92,21); }

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

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

 a { background-color: rgb(16,92,21); }

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

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

 span { border-color: rgb(16,92,21); }

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