#105C14

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

Shades of Myrtle #105C14

Tints of Myrtle #105C14

Color information

#105C14 (or 0x105C14) is unknown color: approx Myrtle. HEX triplet: 10, 5C and 14. RGB value is (16,92,20). Sum of RGB (Red+Green+Blue) = 16+92+20=128 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.5% from 128); Green value is 92 (36.33% from 255 or 71.88% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 92 - color contains mainly: green. Hex color #105C14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105C14 is #EFA3EB. Grayscale: #3D3D3D. Windows color (decimal): -15705068 or 1334288. OLE color: 1334288.

HSL color Cylindrical-coordinate representation of color #105C14: hue angle of 123.16º 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 #105C14 is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB169220-
CMYK0.8300.780.64
HSL123.16º70.37%21.18%-
HSV(B)123.16º82.61%36.08%-
XYZ4.177.811.95-
YUV61.07104.8295.85-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.5%
GREEN value IS 92 (36.33% from 255) = 71.88%
BLUE value IS 20 (8.20% from 255) = 15.62%
R=12.5%
G=71.88%
B=15.62%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1692200.8300.780.64123.1670.3721.18
Hex105C145304E407b4615
Octal2013424123011610017310625
Binary1000010111001010010100110100111010000001111011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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